/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .section-about__title {
        font-size: 43px;
    }
    .section-about {
        padding-top: 35px;
        font-size: 15px;
    }
    .section-about__logo {
        margin-bottom: 27px;
    }
    body {
        font-size: 14px;
    }
    .row.row_main {
        margin: 0 -15px;
        margin-bottom: -30px;
    }
    .row.row_main>div {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .section-steps .row.row_main>div {
        margin-top: 45px;
    }
    .item-step {
        padding: 24px;
        padding-top: 45px;
    }
    .section-questions__wrapper {
        padding: 32px 65px;
    }
    .item-question__head {
        padding: 22px 0;
        font-size: 22px;
        gap: 22px;
    }
    .section-steps,
    .section-questions,
    .section-more {
        padding-top: 60px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .section-about__image img {
        margin: 0 auto;
        margin-top: 20px;
    }
    .section-about__title {
        font-size: 33px;
    }
    .section-about {
        font-size: 14px;
        margin-bottom: 0;
    }
    .title-section {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .section-steps, .section-questions, .section-more {
        padding-top: 45px;
        padding-bottom: 16px;
    }
    .row.row_main {
        margin: 0 -10px;
        margin-bottom: -20px;
    }
    .row.row_main>div {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .section-steps .row.row_main>div {
        margin-top: 45px;
        margin-bottom: 0;
    }
    .section-steps .row.row_main {
        margin-bottom: 0;
    }
    .section-steps .descr-section {
        margin-bottom: 6px;
    }
    .item-step {
        padding: 16px;
        padding-top: 33px;
        border-radius: 20px;
    }
    .item-step__number {
        width: 48px;
        height: 48px;
        font-size: 25px;
        top: -23px;
        border-radius: 12px;
    }
    .section-questions__wrapper {
        padding: 20px 15px;
        border-radius: 20px;
        margin: 16px 0;
    }
    .item-question__head {
        padding: 15px 0;
        font-size: 18px;
        gap: 15px;
    }
    .item-more {
        padding: 24px;
        border-radius: 20px;
    }
    .section-more {
        padding-bottom: 35px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .container {
        max-width: 1130px;
    }
}
@media (min-width: 1600px) {}