.full-width-image-banner-three__banner {
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Proxima Nova Rg", sans-serif;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.full-width-image-banner-three__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.full-width-image-banner-three__title {
    color: #fff;
    font-size: 46px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 20px;
}

.full-width-image-banner-three__text {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    max-width: 600px;
}

.full-width-image-banner-three__text strong {
    margin-bottom: 20px;
    font-weight: 600;
    display: block;
}

.full-width-image-banner-three__text p {
    margin: 0;
}

.full-width-image-banner-three__button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    transition: 0.3s;
}

.full-width-image-banner-three__button:hover {
    background: #fff;
    color: #000;
}

/* Large desktops — 1440px+ */
@media (min-width: 1440px) {
    .full-width-image-banner-three__banner {
        height: 500px;
    }

    .full-width-image-banner-three__title {
        font-size: 56px;
    }

    .full-width-image-banner-three__text {
        font-size: 22px;
        max-width: 700px;
    }
}

/* Desktops — 1024px–1439px (базовые стили уже подходят) */

/* Tablets landscape — 769px–1023px */
@media (max-width: 1023px) {
    .full-width-image-banner-three__banner {
        height: 360px;
        margin-bottom: 40px;
    }

    .full-width-image-banner-three__title {
        font-size: 38px;
    }

    .full-width-image-banner-three__text {
        font-size: 17px;
        max-width: 100%;
    }
}

/* Tablets portrait — 481px–768px */
@media (max-width: 768px) {
    .full-width-image-banner-three__banner {
        height: 300px;
        margin-bottom: 30px;
    }

    .full-width-image-banner-three__content {
        margin-top: 0;
        padding: 20px 16px;
    }

    .full-width-image-banner-three__title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .full-width-image-banner-three__text {
        font-size: 14px;
        max-width: 100%;
    }

    .full-width-image-banner-three__text strong {
        margin-bottom: 12px;
    }

    .full-width-image-banner-three__button {
        margin-top: 14px;
        padding: 10px 22px;
        font-size: 14px;
    }
}

/* Mobile — до 480px */
@media (max-width: 480px) {
    .full-width-image-banner-three__banner {
        height: auto;
        min-height: 220px;
        margin-bottom: 20px;
        align-items: flex-start;
    }

    .full-width-image-banner-three__content {
        padding: 24px 12px;
        justify-content: flex-start;
    }

    .full-width-image-banner-three__title {
        font-size: 22px;
        letter-spacing: 0.2px;
        margin-bottom: 8px;
    }

    .full-width-image-banner-three__text {
        font-size: 13px;
        line-height: 1.4;
    }

    .full-width-image-banner-three__text strong {
        margin-bottom: 8px;
    }

    .full-width-image-banner-three__button {
        margin-top: 12px;
        padding: 9px 18px;
        font-size: 13px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}