.ad-layout img {
  display: block;
  width: 100%;
}
.intro-cont{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-size: 16px;
    margin: 40px 0;
}
.title{
  font-size: 20px;
}
.article{
  background-color: #e9faf5;
  padding:25px 15px;
  line-height: 2;
}
.h3{
  text-align: center;
  font-size: 20px;
}
.p-d18{
  padding-bottom: 18px;
}
.m-b18{
  margin-bottom: 18px;
}
.info-between{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:40px;
}
.info-between img{
  width: 45%;
}
.info-between .info-text{
  width: 52%;
  line-height: 2;
}
.info-img{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-img img{
  width: 48%;
  height: auto;
  margin-top: 20px;
}