@font-face {
  font-family: "RobotoSlab-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/RobotoSlab-Light.woff2") format("woff2");
}
@font-face {
  font-family: "RobotoSlab-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/RobotoSlab-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Roboto-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Roboto-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Roboto-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Roboto-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Poppins-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Poppins-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Poppins-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Poppins-Bold.woff2") format("woff2");
}
.health {
  padding: 20px 0;
}
.health__slider {
  position: relative;
  width: 100%;
  height: calc(100dvh - 110px);
}
.health__slide {
  display: flex;
  width: 100%;
}
.health__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.health__bg:after {
  content: "";
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(68, 68, 68, 0.35);
}
.health__text {
  z-index: 1;
  padding: 20px;
}
.health__text h2 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-family: "Poppins-Medium";
  --font-size: 44px;
  --font-size-rem: 2.75rem;
  --line-height: 60px;
  --line-height-rem: 3.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.health__text p {
  margin: 0;
  color: #ffffff;
  letter-spacing: 2px;
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 22px;
  --line-height-rem: 1.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.health__button {
  z-index: 1;
  padding: 8px 24px;
  margin-top: 30px;
  border-radius: 30px;
  color: #ffffff;
  background-color: rgb(239, 201, 69);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0;
  --font-size: 15px;
  --font-size-rem: 0.9375rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.health__button:hover {
  color: #5c5c5c;
  background-color: #ffffff;
}
.health__content {
  width: 100%;
  margin: 20px 0;
}
.health__content p {
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.health .swiper-button {
  z-index: 1;
  opacity: 1;
  top: 50%;
  display: none;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.health .swiper-button-prev {
  left: 10px;
  background-image: url("/assets/svg/prev-icon.svg");
}
.health .swiper-button-prev::after {
  content: unset;
}
.health .swiper-button-next {
  right: 10px;
  background-image: url("/assets/svg/next-icon.svg");
}
.health .swiper-button-next::after {
  content: unset;
}
@media screen and (min-width: 768px) {
  .health__text {
    padding: 40px;
  }
  .health .swiper-button {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .health__text h2 {
    --font-size: 60px;
    --font-size-rem: 3.75rem;
    --line-height: 80px;
    --line-height-rem: 5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .health__text p {
    --font-size: 20px;
    --font-size-rem: 1.25rem;
    --line-height: 24px;
    --line-height-rem: 1.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .health__button {
    margin-top: 50px;
  }
  .health .swiper-button {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .health__slider {
    height: calc(100dvh - 141px);
  }
}
@media screen and (min-width: 1440px) {
  .health__text h2 {
    --font-size: 100px;
    --font-size-rem: 6.25rem;
    --line-height: 120px;
    --line-height-rem: 7.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .health .swiper-button-prev {
    left: 30px;
  }
  .health .swiper-button-next {
    right: 30px;
  }
}