body {
    overflow-x: hidden;
}

.about-us {
    min-height: 70vh;
    min-width: 90%;
}

#about {
    padding-top: 110px;
}

h6.whorwe {
    font-family: 'Brans';
    font-size: 12rem;
    font-weight: 500;
    margin-top: 100px;
}

p.fw-300 {
    font-family: 'Brinnan';
    font-size: 3.7rem;
    font-weight: 400 !important;
    margin-bottom: 50px;
    line-height: 1.2em;
    margin-top: 1.2em;
}

.sd-view {
    display: none;
}

section#about .title span {
    color: #76c164;
    font-weight: 700;
}

h2.crb {
    font-family: 'Brans';
    font-size: 11.2rem;
    font-weight: 500;
}

.bgcolor {
    background-color: #76c164;
}

.bgcolor h2 {
    color: #fff;
    padding-bottom: 14px;
    text-align: center;
}

.title>h6 {
    letter-spacing: unset;
}

.story {
    background-color: aquamarine;
    max-width: 40em;
    border-radius: 1.5em;
    padding: 0 2em 2em;
}

.cards {
    justify-content: center;
    padding-left: 6em;
}

.card-2 {
    width: auto;
    height: 60vh;
    overflow-y: scroll;
    border-radius: 1.2em;
    background-color: #eaf6e8;
    justify-content: space-between;
    padding: 2.4em 1em 1em;
    font-family: 'Brinnan';
    border: 9px solid #eaf6e8;
    border-top: 27px solid #eaf6e8;
    text-align: left;
}

.card-2::-webkit-scrollbar {
    width: 5px;
}

.card-2::-webkit-scrollbar-thumb {
    background: #76c164;
    border-radius: 5px;
}

.card-title {
    font-size: 4.2em;
    margin: 0px 46px -41px;
    font-family: 'Brans';
    font-weight: 500;
}

.mv-title {
    font-size: 3em;
    font-family: 'Brans';
    font-weight: 500;
}

.mv-title::before {
    content: "•";
    font-family: "DejaVu Sans", sans-serif;
    margin-right: 5px;
}

.card-2>span {
    padding: 0.5em 0;
    color: #76c164;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Brinnan'
}

.card-paragraph {
    font-size: 16px;
    padding: 0 0;
    color: #000;
}

.vision>p {
    font-family: 'Brinnan';
}

.vision>p>strong {
    font-weight: 600;
}


@media screen and (max-width: 768px) {
    .about-us {
        min-height: 56vh !important;
    }

    #about {
        padding-top: 0;
    }

    /* .about-us {
            min-height: calc(100% - 60px);
        } */
    p.fw-300 {
        font-size: 2.8rem !important;
        margin-left: -20px;
        /* font-family: 'Brinnan' !important; */
    }

    h6.whorwe {
        font-size: 8rem !important;
        margin-bottom: 2.9rem !important;
    }

    .ld-view {
        display: none;
    }

    .sd-view {
        display: block !important;
    }

    h2.crb {
        font-size: 5rem !important;
    }

    .card-2 {
        margin-left: 1em;
    }

    .card-paragraph {
        padding: 0 0;
    }

    .card-title {
        font-size: 2em;
        margin: 0 55px -20px;
    }

    .mv-title {
        font-size: 2em;
    }

    .card-2>span {
        padding: 15px 0;
    }

    .foo-contact {
        width: -webkit-fill-available;
    }

    .v-m-items {
        padding: 0 33px;
    }
}

@media screen and (max-width: 480px) {
    .card-2 {
        width: auto;
        margin-left: 1em;
        margin-right: 1em;
    }

    .cards {
        padding: 0 1em;
    }

    .vision-tab {
        border-left: none;
        margin-left: 0;
    }

    .social-tab {
        padding-right: 37px;
    }

    .v-m-items {
        padding: 0 33px;
    }
}

.v-m-items {
    display: flex;
    flex-direction: column;
}