.page-half-hero {
    position: relative;
    overflow: hidden;
}

.page-half-hero .wrap .left-content {
    width: 100%;
    max-width: 820px;
    padding: 80px 100px;
}

.page-half-hero .wrap .left-content .top-text {
    color: #F4E3CB;
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 8%;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
}

.page-half-hero .wrap .left-content h1 {
    font-family: Lato;
    font-weight: 800;
    font-size: 54px;
    line-height: 66px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.page-half-hero .wrap .left-content h1 * {
    font-weight: 500;
    display: block;
    font-size: 52px;
    line-height: 60px;
}

.page-half-hero .wrap .left-content .content {
    color: #fff;
}

.page-half-hero .wrap .right-content img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    object-position: left;
}

@media screen and (max-width: 1279px) {
    .page-half-hero .wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .page-half-hero .wrap .left-content {
        padding: 40px 20px;
        background: #04192B;
    }

    .page-half-hero .wrap .left-content .top-text {
        text-align: center;
    }

    .page-half-hero .wrap .left-content h1 {
        font-size: 40px;
        line-height: 48px;
        text-align: center;
    }

    .page-half-hero .wrap .left-content h1 * {
        font-size: 34px;
        line-height: 42px;
        font-style: normal;
    }

    .page-half-hero .wrap .left-content .content {
        font-size: 18px;
        line-height: 26px;
    }

    .page-half-hero .wrap .right-content .image-wrapper img {
        position: unset;
    }

    .page-half-hero .wrap .right-content .mobile-img {
        display: block;
    }

    .page-half-hero .wrap .right-content .desktop-img {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .page-half-hero .wrap .left-content .button {
        width: 100%;
    }
}