.health-claims-block {
  width: 144rem;
  margin: 12rem auto 0;
  padding-bottom: 12rem;
}
@media screen and (max-width: 880px) {
  .health-claims-block {
    width: 39rem;
    margin: 0 auto 8rem;
    padding-bottom: 0;
  }
}
.health-claims-block .content-block {
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .health-claims-block .content-block {
    flex-direction: column;
    gap: 5.1rem;
  }
}
.health-claims-block .content-block .left {
  padding: 7.2rem 0 0 0;
  max-width: 50%;
}
@media screen and (max-width: 880px) {
  .health-claims-block .content-block .left {
    max-width: 100%;
  }
}
.health-claims-block .content-block .left h2 {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 5rem;
  line-height: 5.5rem;
  color: #00343a;
}
@media screen and (max-width: 880px) {
  .health-claims-block .content-block .left h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.health-claims-block .content-block .left .columns {
  margin-top: 4.4rem;
  gap: 5.2rem;
}
@media screen and (max-width: 880px) {
  .health-claims-block .content-block .left .columns {
    gap: 0;
    margin-top: 3rem;
  }
}
.health-claims-block .content-block .left .columns ul {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10rem;
  grid-row-gap: 3rem;
  position: relative;
}
.health-claims-block .content-block .left .columns ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 100%;
  background: #d9d5cc;
  transform: translateX(-50%);
}
@media screen and (max-width: 880px) {
  .health-claims-block .content-block .left .columns ul {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 1.8rem;
  }
  .health-claims-block .content-block .left .columns ul:before {
    display: none;
  }
}
.health-claims-block .content-block .left .columns ul li .name {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.6rem;
  color: #33a579;
  margin: 0;
  padding: 0;
}
.health-claims-block .content-block .left .columns ul li .description {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #00343a;
  margin: 0.4rem 0 0;
  padding: 0;
}
.health-claims-block .content-block .left .columns .border {
  background: #d9d5cc;
  width: 0.1rem;
}
.health-claims-block .content-block .right {
  position: relative;
  padding: 42.1rem 4.5rem 13.6rem 0;
  width: 63.7rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 880px) {
  .health-claims-block .content-block .right {
    padding: 54.3rem 4.3rem 6.5rem 7rem;
    width: 100%;
  }
}
.health-claims-block .content-block .right .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.health-claims-block .content-block .right .background.desktop {
  display: block;
}
@media screen and (max-width: 880px) {
  .health-claims-block .content-block .right .background.desktop {
    display: none;
  }
}
.health-claims-block .content-block .right .background.mobile {
  display: none;
}
@media screen and (max-width: 880px) {
  .health-claims-block .content-block .right .background.mobile {
    display: block;
  }
}
.health-claims-block .content-block .right .subheader {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem;
  color: #ffffff;
  margin: 0 10rem 0 auto;
  width: fit-content;
  transform: translateY(1rem);
}
@media screen and (max-width: 880px) {
  .health-claims-block .content-block .right .subheader {
    font-size: 2rem;
    margin: 0 1.2rem 0 auto;
  }
}
.health-claims-block .content-block .right h3 {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 8rem;
  line-height: 7.5rem;
  color: #ffffff;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 880px) {
  .health-claims-block .content-block .right h3 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
/*# sourceMappingURL=index.css.map */