@media screen and (max-width: 767px) {
section.region:nth-child(n+2) .row {
margin: 0 !important;
}
section.region:nth-child(n+2) .content-wrapper {
box-sizing: border-box !important;
}
body:has(section.region) {
overflow-x: hidden;
}
section.region:nth-child(n+2) .row .sqs-block {
padding-left: 0px !important;
padding-right: 0px !important
}
}