/*------------------------
  hormesis
------------------------*/
html {
  scroll-padding-top: 6rem;
}

.hormesis-content .list-group a:nth-child(1) {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.hormesis-content .hormesis-img {
  width: 100%;
  aspect-ratio: 2/0.8;
  overflow: hidden;
}
.hormesis-content .hormesis-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hormesis-content .hormesis-title {
  text-align: center;
  margin-top: 1rem !important;
}
.hormesis-content .h3-responsive {
  margin-bottom: 2rem;
}
.hormesis-content .is-layout-flow + .is-layout-flow iframe {
  width: 100%;
  max-height: 400px;
}
.hormesis-content p a {
  color: #9a0262;
}