@media all and (max-width:620px){
    .con3 .contents_img_wrap .contents_img {
        width: calc(100% - 40px);
        height: auto;
    }

    .con3 .contents_img_wrap .contents_img:nth-child(3){
        background: #fafafa;
    }
}