.firstDiv {
    background-image: url('../Assets/Images/image-publications-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 445px;
    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;
    margin-top: 100px;
}

.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: 129.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;
}


.publicationCard {
    margin-bottom: 50px;
}

.publicationCard img {
    margin-bottom: 20px;
    width: 100%;
}

.publicationCard .lite * {
    color: #737373;
    /* font-family: "EYExtraLight"; */
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.postedDate {
    color: #737373 !important;
    font-family: "EYExtraLight" !important;
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.publicationCard p {
    color: black;
    font-family: "EYRegular";
    font-size: 14px;
    line-height: 16.8px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.publicationCard .line {
    background-color: black;
    height: 2px;
    width: 24px;
}

.publicationCard h1 {
    color: black;
    font-family: "EYExtraBold";
    font-size: 34px;
    line-height: 40.8px;
    margin-top: 10px;
    text-transform: uppercase;
    /* margin-bottom: 10px; */
}

.publicationCard button {
    color: white;
    font-family: "EYRegular";
    font-size: 16px;
    line-height: 19.2px;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 14px 24px;
    background-color: #226200;
    border: none;
    /* margin-bottom: 10px; */
}

.page-link,
.page-link:hover {
    color: #226200;
    font-family: "EYExtraBold";
    font-size: 16px;
    line-height: 19.2px;
    padding: 8px;
    border: 1px solid #226200;
    background-color: transparent;
    border-radius: 0px;
    height: 37px;
    width: 37px;
    margin: 0px 15px;
    /* margin-bottom: 10px; */
    text-align: center;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
    height: 37px;
    border-radius: 0px;
}

.page-item:last-child .page-link {
    margin-right: 0px;
}

.page-item:first-child .page-link {
    margin-left: 0px;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:hover {
    background-color: #f8f9fa;
    color: #226200;
    font-family: "EYExtraBold";
    font-size: 16px;
    line-height: 19.2px;
    padding: 8px;
    border: 1px solid #226200;
    border-radius: 0px;
}


.page-item.active .page-link,
.page-item.active .page-link:hover {
    background-color: #226200;
    color: white;
    font-family: "EYExtraBold";
    font-size: 16px;
    line-height: 19.2px;
    padding: 8px;
    border: 1px solid #226200;
    border-radius: 0px;
}

.headSection {
    margin-bottom: 50px;
}

.headSection h2 {
    color: black;
    font-family: "EYExtraBold";
    font-size: 24px;
    line-height: 28.8px;
    text-transform: uppercase;
}

.headSection div.line {
    background-color: black;
    height: 2px;
    width: 24px;
    margin-bottom: 24px;
}

.headSection ul {
    list-style-type: none;
    margin-top: 24px;
    padding-left: 0px;
}

.headSection ul li {
    color: black;
    font-family: "EYRegular";
    font-size: 16px;
    line-height: 19.2px;
    /* margin-bottom: 24px; */
}

.headSection ul li img {
    margin-right: 14px;
}

.headSection ul hr {
    color: #E1E6ED;
    opacity: 1;
}

.headSection h3 {
    color: black;
    font-family: "EYExtraBold";
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 0px;
}

.headSection p {
    color: #737373;
    font-family: "EYRegular";
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 0px;
}

.headSection img {
    margin-right: 14px;
}


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

.cardContact h1 {
    color: white;
    font-family: "EYExtraBold";
    font-size: 34px;
    line-height: 45px;
    text-align: center;
    /* margin-bottom: 44px;
    margin-top: 44px; */
    margin-bottom: 50px;
    margin-top: 50px;
}

.cardContact button {
    color: black;
    font-family: "EYRegular";
    font-size: 16px;
    line-height: 19.2px;
    /* margin-top: 10px; */
    text-transform: uppercase;
    padding: 14px 24px;
    background-color: #FFF7ED;
    border: none;
    /* margin-bottom: 10px; */
}

.followJourney {
    background-image: url('../Assets/Images/Frame.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #226200;
    padding: 44px;
    margin-top: 50px;
}

.followJourney p {
    color: white;
    font-family: "EYExtraBold";
    font-size: 18px;
    line-height: 21.6px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 24px;
}


.pageCard.left {
    /* border-radius: 0px;
    border: 1px solid #9CA5B8; */
    padding: 14px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* margin-bottom: 50px; */
}

.pageCard.right {
    /* border-radius: 0px;
    border: 1px solid #9CA5B8; */
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 50px; */
}

.pageCard i.bi-arrow-left {
    background-color: black;
    padding: 10px;
    color: white;
    margin-right: 20px;
}

.pageCard i.bi-arrow-right {
    background-color: black;
    padding: 10px;
    color: white;
    margin-left: 20px;
}

.pageCard p {
    color: #737373;
    font-family: "EYExtraLight";
    font-size: 12px;
    line-height: 14.4px;
    margin-bottom: 5px;
}

.pageCard h3 {
    color: black;
    font-family: "EYExtraBold";
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 0px;
    text-transform: uppercase;
}


.outer-card {
    /* margin: 10px; */
    display: block;
    position: relative;
    height: fit-content;
    /* width: fit-content; */
    width: 100%;
}

.outer-card img {
    width: 100%;
}

.outer-card .inner-card {
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    padding: 14px;
    transition: opacity .5s;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.outer-card .inner-card p {
    font-size: 18px;
    line-height: 21.6px;
    font-family: "EYExtraBold";
    color: white;
    text-align: start;
    margin: 0px;
    text-transform: uppercase;
}

.outer-card:hover .inner-card {
    opacity: 1;
    transition: opacity .5s;
}


.PreviousNext .row {
    display: table;
    margin-bottom: 50px;
    width: 100%;
    border-spacing: 10px;

}

.PreviousNext .row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
    border-radius: 0px;
    border: 1px solid #9CA5B8;
}

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

    .name {
        /* font-size: 54px; */
        font-size: 40px;
        line-height: 54.8px;
        text-align: center;
    }

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

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

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

    .publicationCard h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .headSection {
        margin-top: 50px;
    }

    .outer-card {
        margin-bottom: 24px;
    }

    .pageCard.right {
        margin-bottom: 0px;
    }

    .pageCard.left {
        margin-bottom: 24px;
    }

    .cardContact h1 {
        font-size: 30px;
    }
}