#pagination-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pagination-number, #pagination-wrapper .pagination-arrow {
    padding:3px;
}

.pagination-number:hover, #pagination-wrapper .pagination-arrow:hover{
    cursor: pointer;
}

#pagination-wrapper .pagination-number, #pagination-wrapper .pagination-arrow {
    font-size: 15px!important;
    height: 2.3rem!important;
    width: 2.3rem!important;
    border-radius: 3px!important;
    line-height: 2rem!important;
    border: 1px solid #004C45!important;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    margin: 0.2rem;
}

.insights-row {
    display: flex;
    flex-direction: row;
}

.insights-row .column {
    flex: 50%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 50%!important;
}

.insights-row .post-title {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 0.75rem;line-height:33px;
}

.insights-row .post-description {
    margin-bottom: 1.5rem;
    font-size: 16px;
}

.post-button a{ 
    width: 132px;

}
.post-button{
    border: 1px solid rgb(0, 76, 6) !important;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.50rem;
    padding-bottom:0.50rem;
    width: 132px;
    border-radius: 0.375rem;
}

.insights-row .item-in-grid-1, .insights-row .item-in-grid-7{
    height: calc(100% - 3rem)!important;
    display: flex;
    flex-direction: column;
}

.item-in-grid-1 img, .item-in-grid-7 img {
    height: 100%!important;
    object-fit: cover;
    margin-bottom: 3rem;
}

.ourperspectives-single, .featuredarticles-single {
    border-bottom: 1px solid #000;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}