.dl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

.dl_wrap .dl_img {
  display: block;
  width: 15%;
  height: auto;
  margin:10px;
}

.dl_wrap .dl_img img{
  width: 100%;
}

.dl_wrap .dl_box {
  width: 80%;
}


.img_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.img_wrap img{
  width: 180px;
}
