@media (min-width: 0) and (max-width: 575px) {
    h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        line-height: 110%;
        letter-spacing: -0.5px;
        text-transform: none;
        font-size: 20px;
    }
    h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        line-height: 110%;
        letter-spacing: -0.5px;
        text-transform: none;
        font-size: 18px;
    }
    .component.usn_cmp_accordiontab .component.usn_cmp_pods .container-fluid {
        padding-left: 5px !important;
        padding-right: 5px !important
    }
    .component.usn_cmp_accordiontab .component.usn_cmp_pods .container-fluid .item .inner .item .inner {
        background: #f0f0f0;
        padding: 15px;
        border-radius: 6px !important
    }
    .component.usn_cmp_accordiontab .repeatable .repeatable-content {
        padding: 5px !important;
    }
}
@media (min-width: 576px) {
    h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        line-height: 110%;
        letter-spacing: -0.5px;
        text-transform: none;
        font-size: 20px;
    }
    h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        line-height: 110%;
        letter-spacing: -0.5px;
        text-transform: none;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        line-height: 110%;
        letter-spacing: -0.5px;
        text-transform: none;
        font-size: 30px;
    }
    h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        line-height: 110%;
        letter-spacing: -0.5px;
        text-transform: none;
        font-size: 20px;
    }
    .width-75 {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .width-75 {
        width: 90% !important;
    }
}
@media (min-width: 1200px) {
    .width-75 {
        width: 90% !important;
    }
}
@media (min-width: 1350px) {
    h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        line-height: 110%;
        letter-spacing: -0.5px;
        text-transform: none;
        font-size: 40px;
    }
    .width-75 {
        width: 90% !important;
    }
}
@media (min-width: 1920px) {
    h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        line-height: 110%;
        letter-spacing: -0.5px;
        text-transform: none;
        font-size: 40px;
    }
    .width-75 {
        width: 75% !important;
    }
}