.about {
  margin: 100px 0;
  overflow: hidden;
}
.about .sec_title .flex {
  border-color: var(--base-color);
}
.about .row {
  align-items: center;
}
.about .content h4 {
  margin-bottom: 20px;
}
.about .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--base-color);
}
.about .col {
  width: 50%;
  padding: 0 20px;
}
.about .image img {
  height: auto;
}

@media (max-width: 991px) {
  .about {
    margin: 60px 0;
  }
  .about .col {
    width: 100%;
  }
  .about .image {
    margin-bottom: 24px;
  }
}
