.text-with-format {
  padding: 58px 16px;
}

.text-with-format h2:first-child, .text-with-format h3  {
  margin-top: 0;
}

.text-with-format h2, .text-with-format h3 {
  font-size: 42px;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1.68px;
  margin: 60px 0 60px;
}
.text-with-format h2 strong, .text-with-format h3 strong {
  font-weight: 900;
}

.text-with-format p, .text-with-format li {
  font-family: "Fedra Sans";
  color: rgba(36, 40, 51, 0.80);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.32px;
  margin: 0;
}
.text-with-format p a, .text-with-format li a {
  color: var(--brand-color-pink);
}
.text-with-format ul li::marker {
  content: "•  ";
  color: var(--brand-color-pink);
}

.text-with-format ul {
  list-style: none;
  margin: 0;
}

.text-with-format a {
  text-decoration-color: var(--brand-color-pink);
}

@media only screen and (min-width: 768px) {
  .text-with-format {
    padding: 58px 120px;
  }

  .text-with-format h2, .text-with-format h3  {
    font-size: 46px;
    letter-spacing: -1.84px;
  }
  .text-with-format p, .text-with-format li {
    line-height: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  .text-with-format {
    padding: 108px;
  }
  .text-with-format p, .text-with-format li {
    line-height: 30px;
  }
}

@media only screen and (min-width: 1366px) {
  .text-with-format {
    padding: 96px 333px 96px 156px;
  }
  .text-with-format h2, .text-with-format h3 {
    font-size: 62px;
    letter-spacing: -2.48px;
  }
  .text-with-format p, .text-with-format li {
    font-size: 18px;
    line-height: 35px; /* 194.444% */
    letter-spacing: -0.36px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1920px){
  .text-with-format {
    padding: 108px 510px 108px 148px;
  }

  .text-with-format h2, .text-with-format h3 {
    font-size: 62px;
    letter-spacing: -2.48px;
  }

  .text-with-format p, .text-with-format li {
    font-size: 18px;
    letter-spacing: -0.36px;
    line-height: 40px;
  }
}
