.img01 {
  width: 100%;
  height: 100%;
}
.img01 img {
  width: 100%;
  height: 100%;
}
.img02 {
  width: 100%;
}
.img02 img {
  width: 100%;
}
.img03 {
  width: 100%;
}
.img03 img {
  width: 100%;
}
.img04 {
  width: 100%;
}
.img04 img {
  width: 100%;
}
.img05 {
  width: 100%;
}
.img05 img {
  width: 100%;
}
.img06 {
  width: 100%;
}
.img06 img {
  width: 100%;
}
.img07 {
  width: 100%;
}
.img07 img {
  width: 100%;
}
.img08 {
  width: 100%;
}
.img08 img {
  width: 100%;
}
.img09 {
    width: 100%;
}

    .img09 img {
        width: 100%;
    }
.img10 {
    width: 100%;
}

    .img10 img {
        width: 100%;
    }
.img11 {
    width: 100%;
}

    .img11 img {
        width: 100%;
    }
/*img{
    width:100%;
}*/
.icon_box {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.icon_box .icon {
  border-bottom: 3px solid #DE0218;
  font-size: 90px;
  color: #DE0218;
}
.icon_box .text {
  font-size: 20px;
  color: #181818;
  font-weight: 600;
}
.img-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 20px;
}
.img-box .box {
  width: 165px;
  height: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
/*.img-box .box img {
  width: 165px;
  height: 165px;
}*/
.img-box .box .title {
  background-color: #F9F9F9;
  font-size: 14px;
  font-weight: 600;
  color: #181818;
  box-shadow: 0 1px 0 #0000001A;
  width: 165px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
