@charset "utf-8";

.cmn_imgtxt_wrap .item._custom {
  margin-bottom: auto;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width:640px){
  .cmn_imgtxt_wrap .item._custom {
    padding: 24px;
  }
  .cmn_imgtxt_wrap .item._custom img {
    width: 160px;
  }
}