.gallery{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
    background-color: #fa878738;
    padding: 30px 0;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);

}

.student{
    text-align: center;
    width: 245px;
}

.student .img img{
    width: 110%;
    object-fit: cover;
    margin-top: 5px;
    border-radius: 23px;
}









