.firstDiv {
    background-image: url('../Assets/Images/image-csr.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: 321.5px;
    margin: 0 1rem;
    transform: translateY(-8px);
}

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

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

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

.paragraphText {
    color: #737373;
    font-size: 18px;
    line-height: 21.6px;
    font-family: "EYExtraLight";
    margin-bottom: 24px;
}

.paragraphText span {
    color: #737373;
    font-size: 18px;
    line-height: 21.6px;
    font-family: "EYExtraLight";
    margin-bottom: 24px;
}

.howItWorksSection {
    background-color: #001514;
    background-image: url('../Assets/Images/Frame2.svg'), url('../Assets/Images/image-csr3-1.jpeg');
    background-position: right bottom, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    height: 750px;
    padding: 100px;
    display: flex;
    justify-content: end;
}

.howItWorksCard {
    border-radius: 0px;
    background-color: #D3E0CC;
    padding: 64px;
    width: 640px;
}

.howItWorksCard .paragraphText span {
    color: black;
    font-size: 18px;
    line-height: 21.6px;
    font-family: "EYExtraBold";
    margin-bottom: 24px;
}

.howItWorksCard .paragraphText {
    color: black;
    font-size: 18px;
    line-height: 21.6px;
    font-family: "EYExtraLight";
    margin-bottom: 24px;
}

.contactBTN {
    background-color: #226200;
    border-radius: 0px;
    border: none;
    padding: 14px 24px;
    color: white;
    font-size: 16px;
    line-height: 19.2px;
    font-family: "EYRegular";
}

@media (max-width: 480px) {
    .firstDiv {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        height: 750px;
        margin-top: 25px;
    }

    .name {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }

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

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

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

    .smallText {
        font-size: 12px;
        line-height: 26px;
        margin-top: 30px;
    }

    .headText {
        /* font-size: 36px; */
        font-size: 28px;
        line-height: 38px;
    }

    .howItWorksSection {
        background-color: #001514;
        /* background-image: url(../Assets/Images/Frame2.svg), url(../Assets/Images/image-csr3-1.jpeg); */
        background-image: url("../Assets/Images/Frame2.svg");
        /* background-position: right bottom, left top; */
        background-repeat: no-repeat, no-repeat;
        background-size: cover;
        height: auto;
        padding: 30px;
    }

    .howItWorksCard {
        width: 100%;
        padding: 35px;
    }

    .howItWorksCard .paragraphText,
    .howItWorksCard .paragraphText span {
        font-size: 16px;
    }
}