.color-yellow {
  color: #FFC75F;
}
.color-orange {
  color: #D0B368;
}
.color-blue {
  color: #071D49;
}
.color-gold {
  color: #A88A3C;
}
.color-gray {
  color: #AFB6C5;
}
.color-cream {
  color: #E0CD9C;
}
.bg-color-yellow {
  background-color: #FFC75F;
}
.bg-color-orange {
  background-color: #D0B368;
}
.bg-color-blue {
  background-color: #071D49;
}
.bg-color-gold {
  background-color: #A88A3C;
}
.bg-color-gray {
  background-color: #AFB6C5;
}
.bg-color-cream {
  background-color: #E0CD9C;
}
.outfit {
  font-family: 'Outfit', sans-serif;
}
.calluna {
  font-family: 'Calluna', sans-serif;
}
.open-sans {
  font-family: 'Open Sans', sans-serif;
}
.graphie {
  font-family: "graphie", sans-serif;
  font-style: normal;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.fs-70 {
  font-size: 3.4375rem;
}
.fs-52 {
  font-size: 2.4375rem;
}
.fs-48 {
  font-size: 2.25rem;
}
.fs-46 {
  font-size: 2.1875rem;
}
.fs-44 {
  font-size: 2.0625rem;
}
.fs-42 {
  font-size: 1.9375rem;
}
.fs-36 {
  font-size: 1.6875rem;
}
.fs-32 {
  font-size: 1.5rem;
}
.fs-28 {
  font-size: 1.3125rem;
}
.fs-26 {
  font-size: 1.1875rem;
}
.fs-24 {
  font-size: 1.125rem;
}
.fs-20 {
  font-size: 0.9375rem;
}
.fs-18 {
  font-size: 0.85rem;
}
.fs-16 {
  font-size: 0.8rem;
}
.fs-14 {
  font-size: 0.7rem;
}
.fs-13 {
  font-size: 0.675rem;
}
.fs-12 {
  font-size: 0.65rem;
}
.transition {
  transition: all 0.25s ease-out;
}
.grid-child {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  padding-left: 2.71875rem !important;
  padding-right: 2.71875rem !important;
  gap: 0.9375rem;
  place-items: center;
}
@media only screen and (max-width: 1024px) {
  .grid-child {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 5rem !important;
    padding-right: 5rem !important;
    gap: 3rem;
  }
}
.description {
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: -0.01rem;
}
@media only screen and (max-width: 600px) {
  .description {
    letter-spacing: -0.05rem;
  }
}
.border-bottom-icon {
  position: relative;
}
.border-bottom-icon::after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  aspect-ratio: 1920 / 46;
  width: 100%;
  height: auto;
  content: "";
  background-image: url(/wp-content/themes/Pharmacy/images/icon/border_bottom_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.border-bottom-icon:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .border-bottom-icon::after {
    aspect-ratio: unset;
    height: 40px;
    width: 100%;
    background-position: center center;
  }
}
.ontop {
  position: relative;
  z-index: 11;
}
.ahs {
  position: relative;
  width: 100%;
  height: 30rem;
}
@media only screen and (max-width: 1024px) {
  .ahs {
    height: 680px;
    max-height: calc(100vh - 240px);
  }
}
.ahs__image {
  width: 100%;
  position: relative;
  height: 100%;
}
.ahs__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 29, 73, 0.3);
  z-index: 1;
}
.ahs__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .ahs__image img {
    display: none;
  }
}
.ahs__image img[data-mobile="true"] {
  display: none;
}
@media only screen and (max-width: 600px) {
  .ahs__image img[data-mobile="true"] {
    display: block;
  }
}
.ahs__text {
  position: absolute;
  top: 50%;
  left: 0;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  padding-left: 2.71875rem !important;
  padding-right: 2.71875rem !important;
  gap: 0.9375rem;
  place-items: center;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .ahs__text {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 5rem !important;
    padding-right: 5rem !important;
    gap: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .ahs__text {
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 600px) {
  .ahs__text {
    top: auto;
    bottom: 28px;
  }
}
.ahs__text-content {
  grid-column: 2 / 7;
}
@media only screen and (max-width: 1024px) {
  .ahs__text-content {
    grid-column: 1 / 5;
    max-width: 450px;
    width: 100%;
  }
}
.ahs__subtitle {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9375rem;
  color: white;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 1024px) {
  .ahs__subtitle {
    margin-bottom: 8px;
    font-size: 13px;
    margin-bottom: 12px;
    font-weight: 400;
  }
}
.ahs__title {
  font-family: 'Calluna', sans-serif;
  font-size: 3.7rem;
  font-weight: 800;
  color: white;
}
@media only screen and (max-width: 1024px) {
  .ahs__title {
    font-size: 42px;
  }
}
