.row_4 {
    width: 20%;
    background-color: rgba(96, 47, 161, 0.70);
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    border-top-width: 18px;
    border-color: 1px solid #3c39e6;
    box-shadow: 0px 39px 80px -6px rgba(0, 0, 0, 0.2);
    height: 550px;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 50%;
    width: 100%;
    gap: 25px;
    
}
.test-titre{
    text-align: center;
    color: #FFF;
    background-color: rgba(70, 0, 184, 0.65);
    margin:  20px 20% 20px 20%;
    border-radius: 10px;
}

.test-img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: solid 2px #500350;
    position: relative;
    top: 1px;
}

.test {
    background-color: rgb(70, 0, 184);
    text-align: center;
    height: 25%;
    width: 100%;
    border-radius: 9px 9px 0 0;  
}
.test h5{
    color: #fbff01;
    padding: 25px 0 15px 0 ;
    font-size: 1.2rem;
}
.test-article{
    margin: 50px;
}
.test-article h3{
   margin-bottom: 25px;
   color: #fff;
   text-align: center;
}
.test-comcont{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2px 0 2px;
    
}
.test-comcont p{
    color:#d698ff;
}