section.news {
    padding-top: 556px;
    position: relative;
    margin-bottom: 88px;
}

.news-bg {
    position: absolute;
    width: 100%;
    top: -156px;
    z-index: -1;
    opacity: 0.8;
}

.news-bg-0 {
    position: absolute;
    top: 156px;
    width: 100%;
    background: linear-gradient(180deg, #a6b476, #fff);

}

.news-bg-0:before {
    content: "";
    display: block;
    padding-top: 70%;
}

.news-cup {
    position: absolute;
    right: 62px;
    top: 148px;
    width: 311px;
    transform: rotate(-14deg);
}

.news-bg-1 {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.news-bg-2 {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.news-bg-3 {
    position: absolute;
    top: 400px;
    width: 100%;
}

.news-bg-4 {
    position: absolute;
    top: 450px;
    width: 100%;
}

.news-bg img {
    width: 100%;
}

.news-flower {
    position: absolute;
    width: 333px;
    left: -33px;
    top: 550px;
    transform: rotate(54deg);
    opacity: 0.8;
}

.story-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.story-title-main {
    padding-top: 96px;
}

.story-title-border {
    overflow: hidden;
    margin-bottom: 15px;
}

.story-title-border h1 {
    font-family: "RichardsonBlock", sans-serif;
    font-size: 88px;
    font-weight: 600;
    color: #fff;
    line-height: 92px;
    margin-bottom: 0;
    padding: 2px;
    background: linear-gradient(171deg, #fed7d3, #fff, #f3ffc6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.story-title-quote {
    font-family: 'Lexend', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 200;
}

.summary-main {
    text-align: center;
    font-family: 'Lexend';
    font-weight: 200;
    background: #a6b4766b;
    font-size: 16px;
    padding: 40px;
    max-width: 720px;
    margin: auto;
    border-radius: 10px;
    color: #4c5334;
}





section.membership {

}

.membership-title {
    position: relative;
}


.membership-title:before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    background: #838f5c;
    bottom: -45px;
}

.membership-title h2 {
    font-size: 62px;
    text-align: center;
    margin-bottom: 62px;
    text-shadow: 3px 3px 0px #fff;
    font-weight: 600;
}


.card-item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    border: 2px solid #a6b476;
    height: 100%;
    cursor: pointer;
    transition: 0.5s;
}

.card-item:hover {
    box-shadow: 2px 2px 5px #999;
    transform: translateX(8px);
}

.card-item:before {
    content: "";
    display: block;
    position: absolute;
    top: -28px;
    left: 50%;
    height: 15px;
    width: 15px;
    background: #838f5c;
    border-radius: 50%;
    transform: translateX(-50%);
}

.card-item:after {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    height: 25px;
    width: 2px;
    background: #838f5c;
    border-radius: 50%;
    transform: translateX(-50%);
}

.card-item h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.card-item p {
    border-bottom: 1px solid #ccc;
    padding: 5px 0 10px;
}

.card-item p:last-child {
    border-bottom: 0px;
}






@media (max-width: 767px) {
    .flex-768-column-reverse {
        flex-direction: column-reverse;

    }

    .news-bg-0:before {
        padding-top: 142%;

    }
    .news-cup {
        display: none;
    }

    section.news {
        padding-top: 356px;
    }

    .story-title-main {
        padding-top: 72px;
    }

    .story-title-border h1 {
        font-size: 52px;
    }

    .card-bg {
        margin-bottom: 20px;
    }
    
    .card-item:before {
        display: none;
    }

    .card-item:after {
        display: none;
    }
    
}

@media (max-width: 767px) {

    main section {
        overflow: hidden;
    }
}