.info1_img_wrap {
    position: relative;
    width: 48%;
    height: 320px;
}
.meet_block, .meet_cut {
    position: absolute;
    border-radius: 50%;
    border: solid 7px #000;
}
.meet_block {
    width: 310px;
}
.meet_cut {
    width: 210px;
    right: -198px;
    bottom: 0;
}
@media screen and (max-width: 768px){
.meet_block {

        top: 0;
        left: -10px;
        max-width: 150%!important;
        }
.meet_cut {
        width: 180px;
        right: -190px;
        bottom: 30px;;
    }
}