#main-wrap{
    width: 100%;
    /*overflow: hidden;*/
}
.agencies_gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.agencies_gallery li {
    margin: 2px;
}
.agencies_gallery a {
    display: block;
}
.agencies_gallery li img {
    display: block;
   /* width: 100%;
    max-width: 200px;
    height: 140px;
    object-fit: cover;*/
}
