.wcl-about-section .row {
  row-gap: 30px;
  align-items: center;
}
.wcl-about-section .data-image {
  width: 100%;
  max-width: 416px;
}
.wcl-about-section .data-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wcl-about-section .data-description {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  color: var(--gray-color);
}
.wcl-about-section .wcl-button-wrapper {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .wcl-about-section .data-image {
    margin: 0 auto;
  }
  .wcl-about-section .data-title {
    text-align: center;
  }
  .wcl-about-section .data-description {
    text-align: center;
  }
  .wcl-about-section .wcl-button-wrapper {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .wcl-about-section .data-description {
    margin-top: 15px;
    font-size: 16px;
  }
  .wcl-about-section .wcl-button-wrapper {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .wcl-about-section .data-image {
    max-width: 220px;
  }
}
