.whats-about {
  text-align: center;
  padding: 2rem 0 3rem;
}
@media (min-width: 1024px) {
  .whats-about {
    padding: 6rem 0 7rem;
  }
}
.whats-about .section-title {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .whats-about .section-title {
    margin-bottom: 5rem;
  }
}
.whats-about__wrap {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .whats-about__wrap {
    flex-wrap: nowrap;
  }
}
.whats-about__item {
  width: 75%;
  border: 2px solid #385d01;
  border-radius: 1.56rem;
}
@media (min-width: 768px) {
  .whats-about__item {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .whats-about__item {
    width: 33.33%;
  }
}
.whats-about__item__header {
  position: relative;
  padding-top: 40%;
  background: #2A7B9B;
  background: linear-gradient(45deg, rgb(42, 123, 155) 0%, rgb(40, 71, 1) 0%, rgb(70, 114, 0) 100%);
  border-radius: 1.3rem 1.3rem 0 0;
}
.whats-about__item__header img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .whats-about__item__header img {
    max-width: 80%;
    max-height: 80%;
  }
}
.whats-about__item__content {
  text-align: left;
  color: #000;
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .whats-about__item__content {
    padding: 2rem 3rem;
  }
}/*# sourceMappingURL=styles.css.map */