.firstDiv {
    background-image: url('../Assets/Images/image-startup.png');
    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: 53px;
    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: #226200;
    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: 24px;
    line-height: 28.8px;
    font-family: "EYExtraLight";
    margin-bottom: 50px;
}

.ourApproachCard {
    background-color: #D3E0CC;
    background-image: url('../Assets/Images/image-startup2.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 440px;
    padding: 100px;
}

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

.LegalServices .nopadding {
    padding: 0px !important;
}

.LegalServices .textCard1 {
    background-color: #226200;
    background-image: url('../Assets/Images/Frame.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.LegalServices .textCard2 {
    background-color: #001514;
    background-image: url('../Assets/Images/Frame.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.LegalServices .textCard1 .content,
.LegalServices .textCard2 .content {
    padding: 44px;
    /* padding: 35px; */
}

.LegalServices .textCard1 .content h2,
.LegalServices .textCard2 .content h2 {
    color: white;
    font-size: 24px;
    line-height: 28.8px;
    font-family: "EYExtraBold";
    margin-bottom: 24px;
}

.LegalServices .textCard1 .content p,
.LegalServices .textCard2 .content p {
    color: white;
    font-size: 16px;
    line-height: 19.2px;
    font-family: "EYExtraLight";
    margin-bottom: 0px;
}

.LegalServices .row {
    display: table;
}

.LegalServices .row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.PartnerSuccess {
    background-color: #001514;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(102, 102, 102, 0)), url('../Assets/Images/image-startup3.png');
    background-position: right bottom, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    /* height: 537px; */
    padding: 100px 0px;
}

.PartnerSuccess .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;
}

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

.PartnerSuccess p {
    color: white;
    font-size: 18px;
    line-height: 24.6px;
    font-family: "EYExtraLight";
    margin-bottom: 0px;
}

.getInTouch h2 {
    color: #226200;
    font-family: "EYLight";
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}


.getInTouch h1 {
    font-size: 64px;
    line-height: 76.8px;
    font-family: "EYExtraBold";
    color: black;
    text-transform: uppercase;
    text-align: center;
}

.getInTouch h1::before,
.getInTouch h1::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #226200;
    width: 124px;
    margin: 0 1rem;
    transform: translateY(-22px);
}

.getInTouch p {
    color: #737373;
    font-size: 18px;
    line-height: 21.6px;
    font-family: "EYExtraLight";
    text-align: center;
    margin-bottom: 50px;
}

.getInTouch a {
    color: white;
    font-size: 16px;
    line-height: 19.2px;
    font-family: "EYLight";
    margin-bottom: 0px;
    background-color: #226200;
    padding: 14px 24px;
    border: none;
    margin-top: 40px;
    text-transform: uppercase;
}

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

    .name {
        font-size: 34px;
        line-height: 38px;
        text-align: center;
    }

    .personName {
        font-size: 12px;
        line-height: 14.8px;
        text-align: center;
    }

    .personName::before,
    .personName::after {
        width: 0px;
        display: none;
    }

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

    .smallText {
        font-size: 12px;
        line-height: 24px;
    }

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

    .paragraphText {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .ourApproachCard {
        background-image: none;
        padding: 60px 24px;
        height: auto;
    }

    .ourApproachCard .paragraph {
        margin-bottom: 0px;
        text-align: start;
    }

    .PartnerSuccess .smallText {
        font-size: 12px;
        line-height: 24px;
    }

    .PartnerSuccess .headText {
        font-size: 36px;
        line-height: 48.8px;
    }

    .getInTouch h2 {
        font-size: 12px;
        line-height: 24px;
    }

    .getInTouch h1 {
        font-size: 34px;
        line-height: 50px;
    }

    .getInTouch h1::before,
    .getInTouch h1::after {
        /* width: 35px; */
        width: 0px;
        transform: translateY(-10px);
    }

    .getInTouch p {
        font-size: 14px;
        padding: 0px 24px;
        margin-bottom: 35px;
    }

    .PartnerSuccess {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6)), url('../Assets/Images/image-startup3.png');
        background-position: 85%;
        padding: 100px 15px;
    }

    .contactImg {
        margin-bottom: 24px;
    }

    .getInTouch a {
        margin-top: 10px;
    }



    .LegalServices .row {
        display: flex;
    }

    .LegalServices .textCard1 .content,
    .LegalServices .textCard2 .content {
        padding: 20px;
        /* height: 400px; */
        height: 360px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .LegalServicesIMG {
        /* height: 400px; */
        height: 360px;
        /* object-fit: fill; */
        object-fit: cover;
        object-position: left;
    }

    .LegalServices .textCard1 .content h2,
    .LegalServices .textCard2 .content h2 {
        /* font-size: 20px; */
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .LegalServices .textCard1 .content p,
    .LegalServices .textCard2 .content p {
        font-size: 14px;
    }
}