.home-image-text {
    position: relative;
    z-index: 1;
}

.home-image-text .flex-row {
    align-items: center;
}

.home-image-text__img {
    position: relative;
    padding-right: 28px;
    padding-bottom: 28px;
    z-index: 1;
}

.home-image-text__img img {
    border-radius: 15px;
}

.membership {
    width: 88px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.home-image-text__text {
    margin-top: 20px;
}

.home-image-text__text p {
    margin-bottom: 20px;
}

.home-image-text__text ul {
    margin-left: 0;
}

.home-image-text__text ul li {
    padding-left: 30px;
}

.home-image-text__text ul li::before {
    content: '\e903';
    font-family: 'hales-icon';
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    font-size: 19px;
    line-height: 1em;
    color: var(--primary-color);
    top: 3px;
}

.home-image-text__text h2,
.home-image-text__text .sub-heading  {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .home-image-text__img {
        padding-right: 50px;
        padding-bottom: 43px;
    }
    
    .membership {
        width: 149px;
    }

    .home-image-text__text {
        margin-right: 52px;
    }
}

@media (min-width: 1025px) {
    .home-image-text__img {
        padding-right: 29px;
        padding-bottom: 51px;
    }
    
    .membership {
        width: 145px;
        left: -29px;
    }

    .home-image-text__pattern  {
        z-index: -1;
        position: absolute;
        top: 101px;
        left: -222px;
    }

    .home-image-text__text {
        margin: 0;
    }
}

.yeah {
    position: absolute;
    font-family: "Racing Sans One", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 125px;
    line-height: 1em;
    text-transform: uppercase;
    transform-origin: 0 0;
    left: 115px;
    top: -320px;
    width: 1100px;
    height: 125px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 95, 31, 0.5);
    transform: rotate(90deg);
}


@media (max-width: 1440px) {
    .yeah {
        display: none;
    }
}