.group_cont .img_wrap {
    display: flex;
    margin-top: 60px;
}

@media screen and (max-width:767px) {
    .group_cont .img_wrap {
        margin-top: 30px;
    }
}