/* Generated by vite-plugin-svg-spritemap */
.heroarticles {
  background-color: #f8f8f8;
  text-align: center;
}
.heroarticles__title {
  position: relative;
  z-index: 15;
  color: #000000;
  font-weight: 400;
}
@media (width <= 20em) {
  .heroarticles {
    padding-top: 6.25rem;
  }
  .heroarticles__title {
    font-size: 1.75rem;
  }
}
@media (width > 20em) and (width <= 79.375em) {
  .heroarticles {
    padding-top: clamp( 6.25rem , 5.19736842105rem  +  5.2631578947vw , 9.375rem );
  }
  .heroarticles__title {
    font-size: clamp( 1.75rem , 1.1605263157875rem  +  2.9473684211vw , 3.5rem );
  }
}
@media (width > 79.375em) {
  .heroarticles {
    padding-top: 9.375rem;
  }
  .heroarticles__title {
    font-size: 3.5rem;
  }
}