.benefits > header h2 {
  margin-bottom: 2em;
  font-size: clamp(1.4rem, 4vw, 2rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .benefits > header h2 {
    margin-bottom: 1em;
  }
}
.benefits .images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
}
@media screen and (min-width: 768px) {
  .benefits .images {
    gap: unset;
  }
}
.benefits .images.count6 {
  max-width: 1300px;
}
.benefits .images figure {
  flex: 1 1 100%;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .benefits .images figure {
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 1601px) {
  .benefits .images figure {
    flex: 1 1 25%;
  }
}
.benefits .images figure img {
  border-radius: 50%;
  max-width: 160px;
  max-width: min(160px, 25%);
  background-color: var(--color-primary);
}
.benefits .images figure figcaption {
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8em;
}
.benefits .images figure figcaption :first-child {
  font-size: 2em;
  font-weight: bold;
}
.benefits .images figure figcaption p {
  max-width: 32ch;
  text-align: center;
}
.benefits .images figure figcaption h3::after {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  border: 3px solid var(--color-primary);
  background-color: var(--color-primary);
  margin: 0.45em auto;
}

/*# sourceMappingURL=galleryBenefits.css.map */
