.prices-main {
    background-color: #f8f8ff;
    background-size: cover;
    width: 100%;
    padding: 6px 0 0;
    margin-top: 100px;
    height: 500px;
    max-width: unset
}

.prices__content {
    margin: 0 auto;
    max-width: 1132px
}

.prices__title {
    font-family: 'Nunito Sans';
    font-weight: 800;
    font-size: 70px;
    line-height: 80px;
    color: #453283;
    max-width: 730px
}

.prices__subheading {
    line-height: 24px;
    font-family: 'Nunito Sans';
    color: #453283
}

.prices__qoute {
    margin: 20px 0 0;
    max-width: 556px
}

.prices__subheading {
    font-weight: 700 !important;
    font-size: 20px !important;
    margin-top: 20px !important
}

.prices__advertaising {
    margin-top: 165px
}

.prices-text .experience__item {
    gap: 0 !important
}

.service-price-text, .office-service-price-text {
    font-weight: 400;
    line-height: 24px;
    font-family: 'Nunito Sans';
    font-size: 18px;
    color: #453283;
    margin-top: 12px;
    margin-bottom: 32px;
    height: 145px
}

@media screen and (max-width:1220px) {
    .prices-main {
        padding-inline: 43px
    }
}

@media screen and (max-width:717px) {
    .prices__options {
        gap: 0
    }

    .prices-text {
        margin-top: 12px
    }

    .prices-how_works .works {
        margin-top: 16px
    }

    .prices__advertaising {
        margin-top: 60px
    }
}

@media screen and (max-width:768px) {
    .prices-main {
        height: 440px
    }

    .prices__title {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 45px
    }
}

@media screen and (max-width:600px) {
    .prices-main {
        height: 500px
    }

    .prices, .prices__options {
        gap: 0 !important
    }
}

@media screen and (max-width:571px) {
    .prices-main {
        height: 555px
    }
}

@media screen and (max-width:500px) {
    .prices_block .service-price-text {
        height: 215px !important
    }
    .office-service-price-text {
        height: 195px !important
    }
}

@media screen and (max-width:468px) {
    .prices-main {
        height: 420px;
        padding-inline: 20px;
        background-color: #f0ecff
    }

    .prices__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 24px
    }
}