@charset "utf-8";
.other{
  display: flex;
  gap:20px;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px){
.vis_inner {
}
.other_img{
  display: flex;
  width: 100%;
  justify-content: center;
}
}