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

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

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

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

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

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

.home-image-text__text h2,
.home-image-text__text .sub-heading {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 1.2;
}

.home-image-text__text p {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.55;
}

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

.home-image-text__text ul li {
    padding-left: 28px;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 6px;
}

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

@media (min-width: 768px) {
    .home-image-text__img {
        padding-right: 40px;
        padding-bottom: 36px;
    }

    .membership {
        width: 130px;
    }

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

    .home-image-text__text h2,
    .home-image-text__text .sub-heading {
        font-size: 32px;
    }

    .home-image-text__text p {
        font-size: 16px;
    }

    .home-image-text__text ul li {
        font-size: 16px;
    }
}

@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: 708px;
    height: 125px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(212, 175, 55, 0.5);
    transform: rotate(90deg);
  }

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