/* @group Title & Text
------------------------------------ */

@media only screen
and (min-width : 961px) {
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .title-and-text :is(.text-col, #important) {
        padding-left: 6.7rem!important;
    }
}

/* @end */