.hero_section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 150px;
    padding-bottom: 100px;
}

body {
    margin: 0;
    font-family: GraphikAlt, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 14px;
    font-weight: 400;
    color: #242424;
    text-align: left;
    line-height: 1.5;
    background-color: #fff;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: rgba(36, 36, 36, .7);
    font-size: 18px;
}

.max-width-540 {
    max-width: 540px;
}

.max-width-300 {
    max-width: 300px;
}

.member_feature_image {
    max-width: 250px;
}

.member_feature_card {
    border: None;
    text-align: center;
}

.member_feature_col {
    border: 1px solid right;
}

.club_logo_img {
    max-width: 50%;
}

.product-hero-images__member-couple {}

.product-hero-images__desktop-app {
    width: 56%;
    top: 7%;
    right: -36%;
    box-shadow: 0px 20px 30px rgba(0, 10, 10, 0.5);
}

.product-hero-images__person {
    box-shadow: 0px 20px 30px rgba(0, 10, 10, 0.5);
}

.product-hero-block__images {
    width: 65%;
    margin-bottom: 5%;
}

.product-hero-images__mobile-app {
    width: 56%;
    top: 7%;
    right: -36%;
    box-shadow: 0px 20px 30px rgba(0, 10, 10, 0.5);
    border-radius: 2rem;
}

.product-hero-images__card {
    width: 50%;
    top: 5%;
    left: -30%;
    box-shadow: 0px 20px 30px rgba(0, 10, 10, 0.5);
    border-radius: 2rem;
}

.list-group-item::before {
    position: absolute;
    left: -0.5rem;
    content: '✓';
    font-weight: 100;
    color: green;
    font-size: 20px;
}

.club_feature_img {
    position: absolute;
    z-index: -1;
    right: -80px;
    top: -90px;
}

@media(max-width: 960px) {

    .product-hero-images__mobile-app {
        border-radius: 1.8rem;
    }
    .club_feature_img {
        position: static;
    }
    .hero_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

}

@media(max-width: 600px) {

    .product-hero-images__mobile-app {
        border-radius: 1.5rem;
    }
    .club_feature_img {
        position: static;
    }
    .hero_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .product-hero-block__images{
        width: 60%;
    }
}

@media(max-width: 380px) {
    .h1 {
        font-size: 25px;
    }

    .product-hero-images__mobile-app {
        width: 36%;
        top: 57%;
        right: -3%;
        border-radius: 1.2rem;
    }
    .club_feature_img {
        position: static;
    }
    .product-hero-images__card {
        width: 50%;
        top: 65%;
        left: -20%;
        box-shadow: 0px 20px 30px rgba(0, 10, 10, 0.5);
        border-radius: 2rem;
    }
    .product-hero-block__images{
        width: 80%;
    }

    .hero_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
