.tea_club_banner {
    background-color: var(--form-field);
    width: 100%;
    padding: 120px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_tea_club_logo,
.about_tea_club_logo svg {
    width: 243px;
    height: 309px;
}

.about_tea_club_logo {
    overflow: hidden;
}

.about_tea_club,
.tea_club_info {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
}

.about_tea_club .about_image,
.about_written {
    width: 50%;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about_written {
    padding: 80px 140px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.about_written h4 {
    color: var(--black);
    text-align: center;
    margin: 30px auto;
    font-size: 24px;
}

.about_written .price_tag,
.tea_club_cta .price_tag {
    background-color: var(--amber);
    color: var(--white);
    padding: 20px;
    margin: 20px 0 0;
    box-sizing: border-box;
    width: 500px;
}

.tea_club_cta .price_tag p {
    margin: 0;
}

.price_tag_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.price_tag_wrapper .discounted {
    text-decoration: line-through;
    opacity: 0.6;
    margin-right: 20px;
}

.membership_header {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.membership_header h4 {
    margin: -5px 0 5px;
    color: var(--white);
    font-size: 24px;
}

.membership_header p {
    margin: -5px 0 0 !important;
    opacity: 0.5;
    text-align: left;
    color: var(--white);
}

.membership_icon {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    margin-right: 20px;
}

.membership_icon i {
    font-size: 20px;
}

.about_written .price_tag h2,
.tea_club_cta .price_tag h2 {
    color: var(--white);
    margin: -15px 0;
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 46px;
}

.about_tea_club .about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.tea_club_info .about_written {
    background-color: var(--form-field);
    min-height: unset;
}

.coming_soon {
    width: 240px;
    height: 208px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #8bcc6e;
}

.tea_club_container {
    width: 176px;
    height: 115px;
    margin: 40px -40px 0 0;
}

.tea_club_info .feature {
    text-align: center;
}

.tea_club_info .about_written .fa-check-circle {
    color: var(--gold);
}

.tea_club_info .feature svg {
    width: 45px;
    height: 25px;
    display: inline-block;
    margin: 0 10px;
    padding-top: 10px;
}

.tea_club_cta {
    padding: 130px 0 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.tea_club_cta h2 {
    margin: -5px 0 20px;
    font-size: 46px;
    text-transform: uppercase;
    color: var(--black);
}

.tea_club_cta p {
    margin: 0 auto 30px;
}

.tea_club_cta .gold_button {
    width: 400px;
}

@media (max-width: 1450px) {
    .about_written {
        padding: 80px 80px;
    }
}

@media (max-width: 1050px) {
    .about_tea_club,
    .tea_club_info {
        flex-direction: column;
    }

    .about_tea_club .about_image,
    .about_written {
        width: 100%;
    }

    .about_tea_club:nth-of-type(3) {
        flex-direction: column-reverse;
    }

    .about_tea_club .about_image {
        height: 650px;
    }

    .about_written {
        padding: 120px 180px;
    }

    .tea_club_info {
        background-color: var(--form-field);
    }

    .tea_club_info .about_written {
        padding-top: 120px;
    }

    .tea_club_info .about_written:nth-of-type(2) {
        margin-top: -80px;
        padding-top: 10px;
        margin-bottom: 0px;
    }

    .cta_block {
        background-color: var(--form-field);
    }
}

@media (max-width: 850px) {
    .about_written {
        padding: 120px 80px;
    }

    .tea_club_info .about_written {
        padding-top: 120px;
    }

    .tea_club_info .about_written:nth-of-type(1) {
        padding-bottom: 80px;
    }

    .tea_club_info .about_written:nth-of-type(2) {
        margin-top: -80px;
        padding-top: 10px;
    }
}

@media (max-width: 600px) {
    .coming_soon {
        margin-top: -20px;
    }

    .about_written {
        padding: 120px 20px;
    }

    .tea_club_info .about_written {
        padding-top: 120px;
    }

    .tea_club_info .about_written:nth-of-type(1) {
        padding-bottom: 80px;
    }

    .tea_club_info .about_written:nth-of-type(2) {
        margin-top: -80px;
        padding-top: 10px;
    }

    .about_written .button,
    .tea_club_cta .button {
        width: 100%;
    }

    .price_tag_wrapper {
        flex-direction: column;
    }

    .about_written .price_tag,
    .tea_club_cta .price_tag {
        width: 100%;
    }

    .tea_club_cta .price_tag p {
        margin: 15px 0;
    }
}