.cs-block.text .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .cs-block.text .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .cs-block.text .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cs-block.text h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25em;
}
@media (min-width: 992px) {
  .cs-block.text h2 {
    font-size: 2rem;
  }
}
.cs-block.text .text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375em;
}
.cs-block.text .text ul, .cs-block.text .text ol {
  margin-left: 0;
  padding-left: 1em;
}
.cs-block.text .text ul li, .cs-block.text .text ol li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375em;
  line-height: 1.5em;
}
.cs-block.text .text ul li::marker, .cs-block.text .text ol li::marker {
  color: var(--site-accent-color);
}
.cs-block.text .text ul {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}
.cs-block.text .text ul li {
  padding-left: 15px;
  text-indent: -20px;
}
.cs-block.text .text ul li::before {
  content: "//"; /* Insert content that looks like bullets */
  padding-right: 8px;
  color: var(--site-accent-color); /* Or a color you prefer */
}
.cs-block.text .text h2 {
  font-size: 1.6875rem;
  font-weight: 800;
  line-height: 0.8833333333em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .cs-block.text .text h2 {
    font-size: 2.3125rem;
  }
}
@media (min-width: 1200px) {
  .cs-block.text .text h2 {
    font-size: 3.75rem;
  }
}
.cs-block.text .text h5 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4285714286em;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.cs-block.text .text p {
  margin-top: 0;
}
.cs-block.text .text p:last-child {
  margin-bottom: 0;
}
.cs-block.text .text a {
  color: #000;
}
.cs-block.text img.width-100 {
  width: 100%;
}
@media (min-width: 768px) {
  .cs-block.text .container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 30px;
  }
  .cs-block.text .content {
    grid-column: 2/-2;
  }
}

/*# sourceMappingURL=text.min.css.map */
