@media (min-width: 1024px) and (max-width: 1365px) {
    .container .main-text {
        position: relative;
        top: 200px;
        left: 380px;
    }

    .main-text img {
        width: 350px;
    }

    .main-text .text {
        font-size: 25px;
    }

    .main-text .button {
        font-size: 22px;
        padding: 12px 32px;
    }

    .promo-item {
        margin: 30 -11px 30 -11px;
        width: 210px;
        height: 165px;
    }

    .promo-text {
        font-size: 16px;
        top: 5px;
    }

    .promo-description {
        font-size: 14px;
        top: 65px;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    .banner {
        min-height: 750px;
        margin: 0 auto;
    }

    .container .main-text {
        position: relative;
        top: 200px;
        left: 285px;
    }

    .main-text img {
        width: 280px;
    }

    .main-text .text {
        font-size: 18px;
    }

    .main-text .button {
        font-size: 22px;
        padding: 12px 32px;
    }

    .promo-item {
        margin: 0 -5px 0 -5px;
        width: 177px;
        height: 140px;
    }

    .promo-text {
        font-size: 13px;
        top: 2px;
    }

    .promo-description {
        font-size: 11px;
        top: 55px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .banner {
        min-height: 600px;
    }

    .container .main-text {
        position: relative;
        top: 170px;
        left: 230px;
    }

    .main-text img {
        width: 230px;
    }

    .main-text .text {
        font-size: 14px;
    }

    .main-text .button {
        font-size: 18px;
        padding: 10px 30px;
    }

    .promo-section {
        gap: 23px;
    }

    .promo-item {
        margin: auto;
        max-width: 132px;
        height: 104px;
    }

    .promo-text {
        font-size: 11px;
        top: 0px;
    }

    .promo-description {
        font-size: 9px;
        top: 40px;
    }
}

@media (max-width: 599px) {
    .banner {
        background: url('../img/bg-mobile.png') no-repeat top;
        background-size: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        position: relative;
        padding-bottom: 0;
    }

    .container .main-text {
        width: 100%;
        margin: 0 auto;
        position: relative;
        left: 0;
        margin-top: 365px; 
    }

    .main-text img {
        width: 300px;
    }

    .main-text .text {
        font-size: 18px;
    }

    .main-text .button {
        font-size: 20px;
    }

    .promo-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 35px; 
        margin-bottom: 25px;
    }

    .promo-item {
        background: url('../img/bg-promo-mobile.png') no-repeat center;
        background-size: contain;
        height: 135px;
    }

    .promo-text {
        top: 9px;
        font-size: 11px;
    }

    .promo-description {
        top: 50px;
        font-size: 12px;
    }
}