section.info:not([class*=bg-]) {
  background: var(--blue-extra-light);
}
section.info .img-wrapper {
  border-radius: 100%;
  margin: 0;
  width: 100%;
  height: 100%;
}
section.info .img-wrapper,
section.info [class*=icon] {
  width: 4.375rem;
  aspect-ratio: 1;
}
@container main (max-width: 47.9375rem) {
  section.info .img-wrapper,
  section.info [class*=icon] {
    width: 3.75rem;
  }
}
section.info [class*=icon] {
  height: 100%;
}
section.info .title {
  font-size: 1.5rem;
}
@container main (max-width: 47.9375rem) {
  section.info .title {
    font-size: 1.25rem;
  }
}
section.info h1,
section.info h2,
section.info h3,
section.info h4,
section.info h5,
section.info h6 {
  font-family: var(--font-family-body);
  font-weight: 600;
}