.main-data{
    background-color: #F5F5F5 !important;
}
.data{
    width: 75%;
}
.row a{
    text-decoration: none;
}
.description{
    height: 100px;
    overflow: hidden;
}
.card-text{
    text-align: justify;
}
.imgesize{
    width: 180px;
    height: 180px;
    border: 5px solid red;
    border-radius: 50%;
    overflow: hidden;
}
.cardshadow{
    box-shadow: 0 0 5px rgb(215, 208, 208) !important;
}