.desc-wrap {
  padding: 90px 0 40px;
}
.desc-wrap span {
  display: block;
  width: 144px;
  height: 30px;
  line-height: 30px;
  background: var(--main-color);
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.desc-wrap img,
.desc-wrap video {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.desc-wrap .video-wrap {
  position: relative;
}
.desc-wrap .video-wrap .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity .3s ease;
}
.desc-wrap .video-wrap .hover.play {
  opacity: 0;
  pointer-events: none;
}
.desc-wrap .video-wrap .hover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.desc-wrap .video-wrap .hover .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.desc-wrap .row {
  margin: 0 -15px;
}
.desc-wrap .col:first-child {
  padding-right: 3.0208vw;
}
.desc-wrap .col:last-child {
  padding-left: 3.0208vw;
}
.desc-wrap h2 {
  margin: unset;
  font-size: 32px;
  color: #333;
  padding: 27px 0 30px;
}
.desc-wrap .rich-text p {
  margin: unset;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}
.desc-wrap .rich-text p + p {
  margin-top: 15px;
}



.pds-wrap {
  padding: 28px 0;
  background: #F7F7F7;
  margin-bottom: 60px;
}
.pds-wrap .row .col {
  width: 25%;
  float: left;
  text-align: center;
}
.pds-wrap .row .col p {
  font-size: 18px;
  color: #333;
  margin: 0 0 5px;
}
.pds-wrap .row .col p span {
  font-size: 48px;
  font-weight: 700;
  color: var(--main-color);
}
.pds-wrap .row .col small {
  font-size: 14px;
  color: #333;
}



@media screen and (max-width: 640px) {
  .desc-wrap {
    padding: 50px 0;
  }
  .desc-wrap h2 {
    font-size: 28px;
    padding: 15px 0;
  }
  .desc-wrap .col:last-child {
    padding-left: 15px;
  }
  .desc-wrap .rich-text p {
    font-weight: 300;
  }
  .desc-wrap .rich-text p + p {
    margin-top: 10px;
  }


  .pds-wrap .row .col p {
    font-size: 14px;
  }
  .pds-wrap .row .col p span {
    font-size: 22px;
  }
  .pds-wrap .row .col small {
    font-size: 12px;
  }

}
