#about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
#about-us .swiper {
  max-width: 1920px;
  width: 100%;
  height: 100%;
}
#about-us .swiper .swiper-pagination {
  bottom: 0;
}
#about-us .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #19462C;
  width: 12px;
  height: 12px;
  opacity: 1;
  outline: none;
  transition: all 0.2s;
}
#about-us .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #19462C;
  opacity: 1;
}
#about-us .swiper .card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px 32px;
  width: 390px;
  height: 400px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.1), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
  border-radius: 16px;
  transition: all 0.2s;
  color: #19462C;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 35px 0;
}
#about-us .swiper .card img {
  width: 60px;
  height: 60px;
  transition: all 0.2s;
}
#about-us .swiper .card h1 {
  margin: 0;
}
#about-us .swiper .card h3 {
  margin: 0;
}
#about-us .swiper .card .icon {
  font-size: 52px;
}
#about-us .swiper .card:hover {
  background-color: #19462C;
  color: #FFFFFF;
}
#about-us .swiper .card:hover img {
  filter: brightness(0) invert(1);
}
@media (min-width: 1921px) {
  #about-us .swiper:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white 90%);
    width: 70px;
    height: 100%;
  }
  #about-us .swiper:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white 90%);
    width: 70px;
    height: 100%;
  }
}
#about-us #about-us-description {
  margin-top: 50px;
  margin-bottom: 50px;
}
#about-us #about-us-description .header {
  text-align: center;
  margin: 50px auto;
}
#about-us #about-us-description .header .headline-2 {
  text-align: center;
  color: #19462C;
  margin-bottom: 15px;
}
#about-us #about-us-description .header .subtitle-2 {
  text-align: center;
  color: #64748B;
}
#about-us #about-us-description .content {
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  #about-us #about-us-description .content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
#about-us #about-us-description .content .content-image {
  margin: 30px;
}
@media (max-width: 700px) {
  #about-us #about-us-description .content .content-image {
    width: 90%;
    margin: 10px;
  }
}
@media (max-width: 1440px) {
  #about-us #about-us-description .content .content-text {
    text-align: center;
  }
}
#about-us #about-us-description .content .content-text h1 {
  text-align: left;
  color: #14171C;
}
@media (max-width: 900px) {
  #about-us #about-us-description .content .content-text h1 {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  #about-us #about-us-description .content .content-text h1 {
    text-align: center;
  }
}
#about-us #about-us-description .content .content-text p {
  color: #3C4653;
}
@media (max-width: 900px) {
  #about-us #about-us-description .content .content-text p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  #about-us #about-us-description .content .content-text p {
    text-align: center;
  }
}
@media (max-width: 1440px) {
  #about-us #about-us-description .content .content-text button {
    margin: auto;
  }
}
