.text-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.text-content p:empty:has(> br:only-child), .text-content p:empty:has(> .text-content p:empty:only-child,
> .text-content p:not([class]):only-child),
.text-content p:not([class]):has(> br:only-child),
.text-content p:not([class]):has(> .text-content p:empty:only-child,
> .text-content p:not([class]):only-child) {
  display: none;
}
.text-content p:blank {
  display: none;
}
.text-content h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .text-content h1 {
    font-size: 26px;
  }
}
.text-content h2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 12px;
}
.text-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #061D41;
  margin-top: 32px;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .text-content h3 {
    margin-bottom: 8px;
    margin-top: 24px;
  }
}
.text-content h3 strong {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
.text-content h4 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
}
.text-content p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 14px;
}
.text-content a {
  color: #88BC23;
}
.text-content a:hover {
  color: #6a9319;
}
.text-content ul, .text-content ol {
  padding-left: 20px;
  margin-bottom: 14px;
}
.text-content ul li, .text-content ol li {
  font-size: 17px;
  line-height: 1.7;
}
.text-content .icon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 20px 0 28px;
  padding-left: 0;
  list-style: none;
}
.text-content .icon-grid .icon-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 120px;
  max-width: 180px;
}
.text-content .icon-grid .icon-grid-item .icon-grid-icon {
  width: 70px;
  height: 70px;
  background-color: #88BC23;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.text-content .icon-grid .icon-grid-item p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
.text-content .icon-grid .icon-grid-item p strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}

/*# sourceMappingURL=text-content.css.map */
