.full-width-half-image-text {
    position: relative;
    z-index: 1;
    padding: 72px 0;
}

.full-width-half-image-text__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.full-width-half-image-text::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to bottom,  rgba(244,236,208,1) 0%,rgba(244,236,208,0.9) 50%,rgba(244,236,208,0) 100%);
}

.full-width-half-image-text__text {
    margin-bottom: 48px;
}

.full-width-half-image-text__image {
    position: relative;
    height: 219px;
}

.full-width-half-image-text__image img {
    object-position: top;
}

.full-width-half-image-text__image::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid var(--color-grey);
    z-index: 1;
}

.landsdale {
    width: 162px;
    height: 95px;
    position: absolute;
    bottom: -16px;
    left: -14px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landsdale img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    
}

.landsdale img.red-star {
    width: 15px;
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: 9px;
    bottom: 13px;
    z-index: 1;
}

.landsdale h3 {
    color: var(--color-secondary-dark);
    font-size: 24px;
    font-family: "Stardos Stencil", serif;
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
    font-weight: 400;
    line-height: 1em;
}

.landsdale h3 span {
    display: block;
    font-family: "League Spartan", serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: -5px;
}

@media (min-width: 768px) {
    .full-width-half-image-text {
        padding: 80px 0;
    }
    
    .full-width-half-image-text__image {
        height: 364px;
    }
    
    .full-width-half-image-text__image::after {
        left: 20px;
        top: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }
    
    .landsdale {
        width: 194px;
        height: 114px;
        bottom: -26px;
        left: -10px;
    }

    
    .landsdale img.red-star {
        width: 19px;
        right: 11px;
        bottom: 17px;
    }
    
    .landsdale h3 {
        font-size: 28px;
        padding-top: 20px;
    }
    
    .landsdale h3 span {
        font-size: 18px;
    }
}


@media (min-width: 1200px) {
    .full-width-half-image-text {
        padding: 100px 0;
    }

    .full-width-half-image-text::after {
        background: linear-gradient(to right,  rgba(244,236,208,0) 0%,rgba(244,236,208,0.9) 50%,rgba(244,236,208,1) 100%);
    }

    .full-width-half-image-text__flex {
        align-items: center;
        flex-direction: row-reverse;
    }

    .full-width-half-image-text__text {
        margin-bottom: 0;
    }
    
    .full-width-half-image-text__image {
        height: auto;
        max-width: 565px;
    }

    .landsdale {
        width: 317px;
        height: 187px;
        bottom: -16px;
        left: -23px;
    }

    
    .landsdale img.red-star {
        width: 30px;
        right: 18px;
        bottom: 27px;
    }
    
    .landsdale h3 {
        font-size: 40px;
        padding-top: 20px;
    }
    
    .landsdale h3 span {
        font-size: 20px;
    }
}