.img_cnt_wrap{ display: flex; align-items: start; gap: 2rem; margin:2.5rem 0;}
.img_cnt_wrap .img{ width: 20rem; order: 1; min-width: 0px; line-height: 0; border-radius: 0.5rem; overflow: hidden;}
.img_cnt_wrap .img img{ max-width: 100%;}
.img_cnt_wrap .cnt{ flex: 1; min-width: 0px;}

@media screen and (max-width:870px){
    .img_cnt_wrap{ flex-direction: column; align-items: center;}
    .img_cnt_wrap .img{ width: auto; max-width: 20rem; order: 0;}
}