@import "oil.css";
figcaption {
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  figure {
    width: 32%;
    line-height: 1;
    margin-bottom: 7%;
  }
  figcaption {
    text-align: left;
  }
  #sec3 .flexWrap img {
    width: 47%;
    margin-bottom: 7%;
  }
}
