@charset "UTF-8";
.custom{margin:0 auto;}
.flex_custom{width:1000px; margin:0 auto; display:flex; flex-wrap: wrap; justify-content:space-evenly; gap:24px 0;}

@media (max-width:430px){
.custom img{width:100%;}
.flex_custom{width:100%; justify-content: space-around;}
.flex_custom div{display:block; width:40%;}
}