.exi-people-related-posts-section-header{
    color: #bfcce5;
    font-family: Aeonik, Aeonik;
    font-size: 28.8px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.24px;
    line-height: 34.56px;
    margin-bottom: 40px;
}
.exi-people-related-posts-post-item-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    border: solid 2px #343746;
    margin-bottom: 20px;
    min-height: 280px;
    
}

.groupping_related_people{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.exi-people-related-posts-post-item-container-left{
    /* aspect-ratio: 1.37 / 1; */
    /* width: 30%; */
    padding: 50px;
    background-color: #ffffff;
    /* width: 384px;
    height: 280px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 1;
}

.exi-people-related-posts-post-item-image-wrapper{
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.exi-people-related-post-item-container-right-bottom-title-arrow-icon a{
    text-decoration: none !important;
}

.exi-people-related-post-item-container-right-bottom-title-arrow-icon a:hover{
    text-decoration: none !important;
}


.exi-people-related-posts-post-item-container-right{
    background-color: #21242E;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 0%;
    flex-grow: 4;
    flex-shrink: 1;
    align-self: stretch;
}
.exi-people-related-post-item-container-right-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Aeonik Mono TRIAL;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #8B6EFF;

}
.exi-people-related-post-item-top-external a{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #8B6EFF;
    text-decoration: none !important;
}
.exi-people-related-post-item-date a, .exi-people-related-post-item-top-external a{
    
    font-family: "Aeonik-Regular" !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none !important;
}
.exi-people-related-post-item-date a{
    color: #8B6EFF;
}

.exi-people-related-post-item-date a:hover, .exi-people-related-post-item-top-external a:hover{
    font-family: "Aeonik-Regular" !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none !important;    
}

.exi-people-related-post-item-container-right-bottom-title-arrow-icon a svg{
    margin-top: 10px;
}
.exi-people-related-post-item-top-external-title{
    color: #bfcce5;
    margin-left: 5px;
    align-items: center;
}
.exi-people-related-post-item-container-right-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #BFCCE5;
}
.exi-people-related-post-item-container-right-bottom-title a{
    font-family: Aeonik;
    font-weight: 250px;
    font-size: 32px;
    line-height: 38.4px;
    text-decoration: none !important;
    cursor: pointer;
    color: #BFCCE5;
}
.exi-people-related-posts-post-item-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.exi-people-related-post-item-container-right-bottom-title-arrow-icon{
    color: #fff;

}
.exi-people-related-posts-post-item-container:hover{
    border: solid 2px #8B6EFF;
    transition: all 0.3s;
}

.exi-people-related-posts-post-item-container:hover .exi-people-related-posts-post-item-container-right{
    background-color: #8B6EFF;
    transition: all 0.3s;
}

.exi-people-related-posts-post-item-container:hover .exi-people-related-post-item-container-right-top{
    color: #fff;
    transition: all 0.3s;
}
.exi-people-related-posts-post-item-container:hover .exi-people-related-post-item-date a{
    color: #fff;
    transition: all 0.3s; 
}

.exi-people-related-posts-post-item-container:hover .exi-people-related-post-item-container-right-bottom a{
    color: #fff;
    transition: all 0.3s;
}

.exi-people-related-posts-post-item-container:hover .exi-people-related-post-item-top-external-title{
    color: #fff;
    transition: all 0.3s;
}

.exi-people-related-posts-post-item-container:hover .exi-people-related-post-item-read-article-on{
    color: #fff;
    transition: all 0.3s;
}
.exi-people-related-posts-post-item-container:hover .exi-people-related-post-item-date a{
    color: #fff;
    transition: all 0.3s;  
}

.exi-people-related-post-item-container-right-bottom a:hover{
    color: #fff !important;
    transition: all 0.3s;
    font-family: Aeonik;
    font-weight: 250px;
    font-size: 32px;
    line-height: 38.4px;
    text-decoration: none !important;
    cursor: pointer;
}

@media (max-width: 767px){
    .groupping_related_people{
        flex-direction: column;
    }
    img.exi-default-image{
        height: 50px;
    }
    img.exi-default-seconde-image{
        height: auto;
    }
    .exi-people-related-posts-post-item-container{
        width: 100% !important;
        flex-direction: column;
    }
    .exi-people-related-post-item-container-right-top{
        margin-bottom: 15px;
    }
    .exi-people-related-post-item-container-right-bottom-title-arrow-icon{
        display: flex;
        align-items: flex-end;
    }

}