.about-wrapper .about-item {
  margin-bottom: 10px;
}

.about-wrapper .about-item .img-wrapper img {
  width: 100%;
}

.about-wrapper .about-item .about-info .about-title {
  margin-top: 8px;
  font-size: 18px;
  line-height: 58px;
  color: #1ab3e8;
}

.about-wrapper .about-item .about-info .about-content {
  font-size: 14px;
  line-height: 29px;
  color: #8f8f8f;
}

@media (max-width: 767px) {
  .about-wrapper .about-item .about-content {
    padding-bottom: 10px;
    border-bottom: 1px solid #1ab3e8;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper .about-item .about-info .about-title {
    line-height: 34px;
  }
}
