.bio-highlights {
}

.bio-highlights__container {
  max-width: 1440px;
  margin-inline: 95px;
  padding: 40px 0;

  @media screen and (max-width: 767px) {
    margin-inline: 20px;
  }

  @media screen and (min-width: 767px) {
    padding: 100px 0;
  }
}

.bio-highlights__container ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  padding: 0;

  @media screen and (min-width: 767px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media screen and (min-width: 1070px) {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bio-highlights__container ul li {
  list-style: none;
  padding: 42px;
  background-color: #e8f2fa;
  list-style-type: none;
  color: #004881;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.03px;
  text-transform: uppercase;
}

.bio-highlights__container ul li::before {
  display: none;
}
