#about-us-wrapper {
  background: #F2F4F9;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  #about-us-wrapper {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #about-us-wrapper #about-us-inner {
    overflow: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #about-us-wrapper #about-us-inner .col-md-4 {
    min-width: 398px;
  }
}
#about-us-wrapper .about-us {
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 16px;
  transition: 200ms ease all;
}
@media (prefers-reduced-motion: reduce) {
  #about-us-wrapper .about-us {
    transition: none;
  }
}
#about-us-wrapper .about-us:hover {
  box-shadow: 0 0 22px 2px rgba(0, 0, 0, 0.15);
}
#about-us-wrapper .about-us .content {
  padding: 48px;
}
#about-us-wrapper .about-us .content .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 40px;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 28px;
  line-height: 40px;
}
#about-us-wrapper .about-us figure {
  margin: 0;
}
#about-us-wrapper .about-us figure img {
  width: 100%;
}
