.gm35_first_face {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.gm35_first_face_mb {
    margin-bottom: 45px;
}
.gm35_ff_img {
    font-size: 0;
}
.gm35_ff_img img {
    width: 100%;
    height: auto;
}
.gm35_ff_right {
    margin-top: 15px;
}
.gm35_ff_title {
    margin-top: 0 !important;
}
.gm35_ff_txt > *:last-child {
    margin-bottom: 0 !important;
}
@media (min-width: 560px) {
    .gm35_ff_img {
        width: 200px;
        height: 200px;
        margin-right: 30px;
    }
    .gm35_ff_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .gm35_ff_right {
        width: calc(100% - 230px);
        margin-top: 0;
    }
}
/**/
.gm35_gallery {
    padding: 48px 0 0;
}
.gm35_gallery_row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1264px;
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    margin: 0 auto;
}
.gm35_gallery_item {
    width: 100%;
    margin-bottom: 30px;
}
.gm35_gallery_photo {
    height: 320px;
    display: block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    transition: all .7s;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 15px;
}
.gm35_gallery_photo:hover {
    opacity: 0.75;
}
.gm35_gallery_text {
    text-align: center;
    /*font-weight: 600;*/
}
.gm35_gallery_text div {
    margin-top: 5px;
}
@media (min-width: 576px) {
    .gm35_gallery_photo {
        height: 400px;
    }
}
@media (min-width: 768px) {
    .gm35_gallery {
        padding: 64px 0 0;
    }
}
@media (min-width: 992px) {
    .gm35_gallery_item {
        max-width: calc(50% - 15px);
    }
    .gm35_gallery_photo {
        height: 360px;
        background-position: center !important;
    }
}