/* CSS Responsive for caries */

@media (max-width: 768px) {
    .page-service {
        padding-top: 46px;
    }

    .dual-content {
        order: 2;
    }

    .dual-block {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }

    .dual-images img {
        object-fit: cover;
    }

    .dual-wrap .moms-title {
        margin-bottom: 30px;
    }

    .info-list-map-wrap-3 {
        margin: 40px 0;
        padding: 40px 0 40px;
    }

    .factors-wrap {
        margin: 40px 0;
    }

    .factors-wrap .moms-small-title {
        text-align: center;
    }

    .main-wrap {
        margin: 60px 0 60px;
    }

    .main-wrap .ticker-wrap {
        margin: 30px 0 30px;
    }

    .main-wrap .moms-small-title {
        text-align: center;
    }

    .decor-2 {
        right: -70%;
    }

    .main-wrap .stages-wrap .moms-small-title {
        text-align: left;
    }

    .stages-wrap {
        margin-top: 40px;
    }

    .decor-1 {
        display: none;
    }

    .ticker-wrap.ticker-wrap-2 {
        margin: 60px 0 40px;
    }

    .service-content-wrap.service-content-wrap-2 {
        margin: 40px 0;
    }

    .treatment-wrap {
        padding: 40px 0;
        margin-bottom: 40px;
    }

    .treatment-stage {
        row-gap: 30px;
        flex-direction: column;
    }

    .treatment-stage-name:before {
        width: 44px;
        height: 44px;
    }

    .treatment-items {
        padding: 32px 28px;
        row-gap: 20px;
    }

    .treatment-item {
        flex: 1 0 100%;
        margin-left: 0;
    }

    .treatment-stage:not(:last-child) {
        margin-bottom: 60px;
    }

    .features-wrap {
        margin: 40px 0;
    }

    .recommendations-wrap {
        margin: 40px 0;
        padding: 40px 0;
    }

    .recommendations-content {
        flex-direction: column;
        row-gap: 20px;
        margin-bottom: 40px;
    }

    .recommendations-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .recommendations-item-name {
        order: -1;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .recommendations-item-list {
        margin-top: 20px;
    }

    .recommendations-item:not(:last-child) {
        margin-bottom: 40px;
    }

    .recommendations-note {
        margin-top: 40px;
    }

    .decor-3 {
        display: none;
    }
}