.text-content {
  border-bottom: 1px solid #E0E0E0;
  font-family: "Inter", sans-serif;
  color: #515151;
  font-size: 1.8rem;
  line-height: 160%;
  letter-spacing: 2%;
  padding-bottom: 3.2rem;
}
.text-content blockquote {
  margin-bottom: 2rem;
}
.text-content blockquote:last-child {
  margin-bottom: 0;
}


.text-content h2 {
  font-size: 3.8rem;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: -1%;
  font-weight: 600;
  margin-bottom: 2.4rem;
  line-height: 110%;
  color: #000;
}
.text-content h3 {
  line-height: 150%;
  color: #000;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.text-content p {
  margin-bottom: 2.4rem;
}
.text-content p img {
  margin-bottom: 1rem;
}
.text-content ul {
  margin-bottom: 0;
  padding-left: 27px;
}
.text-content ol {
  margin-bottom: 2.4rem;
  padding-left: 27px;
}

@media (max-width: 992px) {
  .text-content h3 {
    font-size: 1.8rem;
  }
  .text-content {
    font-size: 1.6rem;
  }
  .text-content h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .text-content h3 {
    font-size: 1.6rem;
  }
  .text-content {
    font-size: 1.6rem;
  }
  .text-content h2 {
    font-size: 2.4rem;
  }
}
.text-content-1 {
  font-family: "Inter", sans-serif;
  color: #515151;
  font-size: 1.8rem;
  line-height: 160%;
  letter-spacing: 2%;
}
.text-content-1 h2 {
  font-size: 2.8rem;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 2%;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 110%;
  color: #000;
}
.text-content-1 h3 {
  line-height: 150%;
  color: #000;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.text-content-1 blockquote {
  margin-bottom: 2rem;
}
.text-content-1 blockquote:last-child {
  margin-bottom: 0;
}
.text-content-1 p {
  margin-bottom: 2rem;
}
.text-content-1 p:last-child {
  margin-bottom: 0;
}
.text-content-1 ul {
  margin-bottom: 0;
  padding-left: 27px;
}
.text-content-1 ol {
  margin-bottom: 2.4rem;
  padding-left: 27px;
}

blockquote {
  padding-left: 3.2rem;
  border-left: 0.4rem solid #00296F;
  font-size: 2.2rem;
  line-height: 150%;
  letter-spacing: 2%;
  font-weight: 600;
  color: #000;
}

@media (max-width: 992px) {
  .text-content-1 h3 {
    font-size: 1.8rem;
  }
  .text-content-1 {
    font-size: 1.6rem;
  }
  .text-content-1 h2 {
    font-size: 2.6rem;
  }
  blockquote {
    padding-left: 2rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  blockquote {
    font-size: 1.6rem;
  }
  .text-content-1 h3 {
    font-size: 1.6rem;
  }
  .text-content-1 {
    font-size: 1.6rem;
  }
  .text-content-1 h2 {
    font-size: 2.4rem;
  }
}

.text-content-1 img {
  height: auto !important;
}
