.firstDiv {
    background-image: url('../Assets/Images/image-publications-1.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;
    margin-top: 50px;
}

.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; */
    margin-bottom: 60px;
    height: 600px;
    /* height: 775px; */
    position: relative;
}

.publicationCard img {
    margin-bottom: 20px;
    width: 100%;
    height: 70% !important;
    object-fit: cover !important;
}

.publicationCard p.lite {
    color: #737373;
    font-family: "EYExtraLight";
    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 a {
    color: white;
    font-family: "EYRegular";
    font-size: 16px;
    line-height: 19.2px;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 14px 24px;
    background-color: #226200;
    border: none;
    text-decoration: none;
    display: block;
    width: fit-content;
    /* margin-bottom: 10px; */
    position: absolute;
    bottom: -5px;
}

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

/* 
.Articles .row {
    display: table;
}

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

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

    .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 h2 {
        margin-top: 50px;
    }

    .publicationCard{
        height: auto;
        margin-bottom: 90px;
    }
    
    .publicationCard img {
    margin-bottom: 20px;
    width: 100%;
    height: 20% !important;
    object-fit: cover !important;
}

    .publicationCard a {
    color: white;
    font-family: "EYRegular";
    font-size: 16px;
    line-height: 19.2px;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 14px 24px;
    background-color: #226200;
    border: none;
    text-decoration: none;
    display: block;
    width: fit-content;
    /* margin-bottom: 10px; */
    position: absolute;
    bottom: -60px;
}
}