.firstDiv {
    background-image: url('../Assets/Images/image-about-1.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    height: 940px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.firstDiv div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.name {
    color: white;
    font-family: "EYExtraBold";
    font-size: 84px;
    line-height: 100.8px;
    text-transform: uppercase;
}

.personName {
    font-size: 24px;
    line-height: 28.8px;
    font-family: "EYExtraLight";
    color: white;
    text-transform: uppercase;
    margin-bottom: 50px;
}


.personName::before,
.personName::after {
    display: inline-block;
    content: "";
    border-top: 1px solid white;
    width: 150px;
    margin: 0 1rem;
    transform: translateY(-8px);
}

.description {
    color: white;
    font-family: "EYExtraLight";
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 25px;
}

.WhyOurFirmCard {
    margin-top: 100px;
    margin-bottom: 100px;
}

.firmRow {
    margin-top: 30px;
}

.firm {
    color: #89BE6F;
    font-family: "EYLight";
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 0px;
    text-align: start;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.whyOurFirm {
    font-size: 54px;
    line-height: 64.8px;
    font-family: "EYExtraBold";
    color: black;
    text-transform: uppercase;
    text-align: start;
    margin-bottom: 50px;
}

.whyOurFirm::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #226200;
    width: 124px;
    margin: -5px 2rem;
    transform: translateY(-20px);
}

.firmCard {
    border: 1px solid #9CA5B8;
    border-radius: 0px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 460px;
    /* width: 355px; */
}

.firmCard h1 {
    font-size: 24px;
    line-height: 28.8px;
    font-family: "EYExtraBold";
    color: black;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}

.firmCard div {
    background-color: #226200;
    height: 2px;
    width: 64px;
}

.firmCard p {
    font-size: 16px;
    line-height: 19.2px;
    font-family: "EYExtraLight";
    color: #737373;
    text-align: center;
    margin-bottom: 0px;
}

.founderCard {
    padding-top: 24px;
    /* margin-bottom: 100px; */
    background-color: #001514;
    background-image: url('../Assets/Images/Frame1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    /* height: 768px; */
}

.info {
    font-size: 18px;
    line-height: 25px;
    font-family: "EYExtraLight";
    color: white;
    text-align: start;
    /* margin-bottom: 0px; */
}

.Expertise {
    margin-top: 100px;
    margin-bottom: 100px;
}

.Expertise .nav-link,
.Expertise .nav-link:hover,
.Expertise .nav-link:focus {
    color: #737373;
    font-family: "EYExtraBold";
    font-size: 16px;
    line-height: 19.2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    padding: 0px;
    padding-right: 24px;
}

.Expertise .nav-link.active {
    color: #226200;
    background-color: transparent;
    border-radius: 0px;
}

.Expertise .nav-link.active::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #226200;
    width: 24px;
    transform: translateY(5px);
}

.expertiseHead {
    font-size: 34px;
    line-height: 40.8px;
    font-family: "EYExtraBold";
    color: black;
    text-align: start;
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 24px;
}

.expertiseParagraph {
    font-size: 18px;
    line-height: 21.6px;
    font-family: "EYExtraLight";
    color: black;
    text-align: start;
    margin-bottom: 24px;
}

.founderImg {
    width: 100%;
}

@media (max-width: 480px) {
    .firstDiv {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        /* height: 750px; */
        /* margin-top: 75px; */
        margin-top: 80px;
    }

    .name {
        font-size: 44px;
        line-height: 54.8px;
        text-align: center;
    }

    .personName {
        font-size: 16px;
        line-height: 19.8px;
        text-align: center;
    }

    .personName::before,
    .personName::after {
        /* width: 75px; */
        width: 0px;
    }

    .description {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }

    .firm {
        font-size: 10px;
        letter-spacing: 2px;
        margin-top: 50px;
    }

    .whyOurFirm {
        /* font-size: 34px; */
        font-size: 28px;
        line-height: 40.8px;
        margin-bottom: 24px;
    }

    .whyOurFirm::after {
        /* width: 65px; */
        width: 0px;
        margin: 0px 1rem;
        transform: translateY(-10px);

    }

    .firmCard {
        /* margin-bottom: 24px; */
        margin: 0px 24px 24px 24px;
        height: auto;
    }

    .founderImg {
        width: 100%;
    }

    .founderCard {
        padding-top: 1px;
        background-position: center;
        /* background-position-y: -70%; */
        background-position-y: -58%;
        background-size: auto;
    }

    .info {
        font-size: 15px;
    }

    .Expertise .nav-link {
        /* margin: 12px; */
        margin: 16px 0px;
    }

    .expertiseParagraph {
        font-size: 16px;
    }

    .WhyOurFirmCard {
        margin-top: 60px;
        margin-bottom: 36px;
    }
    
    .firmRow {
        margin-top: 0px;
    }

    .firmCard h1{
        margin-top: 20px;
    }

    .firmCard div{
        margin: 20px 0px;
    }
}