.request__reviewer-name{
    font-style: normal;
}
.grid__photo-gallary{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.galery-group .galery-item{
    max-width: 100%;
}
.galery-group .galery-item .item .totalitems{
    right: 0;
}
@media(max-width:991px){
    .grid__photo-gallary{
        grid-template-columns: repeat( 2, 1fr );
    }
}
@media(max-width: 440px) {
    .grid__photo-gallary {
        grid-template-columns: 1fr;
    }
}