.cs-block.text-two-column .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 30px;
  max-width: 1640px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .cs-block.text-two-column .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .cs-block.text-two-column .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cs-block.text-two-column .container {
  grid-row-gap: 30px;
}
.cs-block.text-two-column h2, .cs-block.text-two-column .title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4285714286em;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.cs-block.text-two-column .column-1 {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .cs-block.text-two-column .column-1 {
    grid-column: 2/span 2;
  }
}
.cs-block.text-two-column .column-1 img {
  display: block;
  margin-bottom: 10px;
  width: 70px;
}
.cs-block.text-two-column .column-1 .text.layout-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25em;
}
.cs-block.text-two-column .column-1 .text.layout-title p {
  margin: 0 0 1em;
}
.cs-block.text-two-column .column-1 .text.layout-paragraph {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375em;
  margin-bottom: 20px;
}
.cs-block.text-two-column .column-1 .text.layout-paragraph p {
  margin: 0 0 1em;
}
.cs-block.text-two-column .column-1 .text.layout-paragraph ul, .cs-block.text-two-column .column-1 .text.layout-paragraph ol {
  margin-left: 0;
  padding-left: 1em;
}
.cs-block.text-two-column .column-1 .text.layout-paragraph ul li, .cs-block.text-two-column .column-1 .text.layout-paragraph ol li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375em;
  line-height: 1.5em;
}
.cs-block.text-two-column .column-1 .text.layout-paragraph ul li::marker, .cs-block.text-two-column .column-1 .text.layout-paragraph ol li::marker {
  color: var(--site-accent-color);
}
.cs-block.text-two-column .column-1 .text.layout-paragraph ul {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}
.cs-block.text-two-column .column-1 .text.layout-paragraph ul li {
  padding-left: 15px;
  text-indent: -20px;
}
.cs-block.text-two-column .column-1 .text.layout-paragraph 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-two-column .column-1 .text.layout-paragraph h2 {
  font-size: 1.6875rem;
  font-weight: 800;
  line-height: 0.8833333333em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .cs-block.text-two-column .column-1 .text.layout-paragraph h2 {
    font-size: 2.3125rem;
  }
}
@media (min-width: 1200px) {
  .cs-block.text-two-column .column-1 .text.layout-paragraph h2 {
    font-size: 3.75rem;
  }
}
.cs-block.text-two-column .column-1 .text.layout-paragraph h5 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4285714286em;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.cs-block.text-two-column .column-1 .text.layout-paragraph a {
  color: #000;
}
.cs-block.text-two-column .column-1 .arrow-link {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  padding-bottom: 2px;
  font-size: 0.8125rem;
}
.cs-block.text-two-column .column-1 .arrow-link a {
  border-bottom: 1px solid black;
  color: black;
  display: block;
  margin-left: -24px;
  transition: all 0.25s;
  text-decoration: none;
}
.cs-block.text-two-column .column-1 .arrow-link a::after, .cs-block.text-two-column .column-1 .arrow-link a::before {
  content: "";
  height: 11px;
  background-size: 100%;
  display: inline-block;
  width: 17px;
}
.site-hivolt .cs-block.text-two-column .column-1 .arrow-link a::before {
  background: url("/wp-content/themes/hivolt-theme/_/img/arrow-accent-hivolt.svg");
  margin-right: 8px;
}
.site-hva .cs-block.text-two-column .column-1 .arrow-link a::before {
  background: url("/wp-content/themes/hivolt-theme/_/img/arrow-accent-hva.svg");
  margin-right: 8px;
}
.cs-block.text-two-column .column-1 .arrow-link a::after {
  background: url("/wp-content/themes/hivolt-theme/_/img/arrow-black.svg");
  margin-left: 8px;
}
.cs-block.text-two-column .column-1 .arrow-link a:hover {
  border-bottom: 1px solid var(--site-accent-color);
  color: var(--site-accent-color);
  margin-left: 0;
  margin-right: -24px;
  text-decoration: none;
}
@media (min-width: 576px) {
  .cs-block.text-two-column .column-1 .arrow-link {
    font-size: 1.125rem;
  }
}
.cs-block.text-two-column .column-2 {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .cs-block.text-two-column .column-2 {
    grid-column: 4/-2;
  }
}
.cs-block.text-two-column .column-2 img {
  display: block;
  margin-bottom: 10px;
  width: 70px;
}
.cs-block.text-two-column .column-2 .text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375em;
  margin-bottom: 20px;
}
.cs-block.text-two-column .column-2 .text p {
  margin: 0 0 1em;
}
.cs-block.text-two-column .column-2 .text ul, .cs-block.text-two-column .column-2 .text ol {
  margin-left: 0;
  padding-left: 1em;
}
.cs-block.text-two-column .column-2 .text ul li, .cs-block.text-two-column .column-2 .text ol li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375em;
  line-height: 1.5em;
}
.cs-block.text-two-column .column-2 .text ul li::marker, .cs-block.text-two-column .column-2 .text ol li::marker {
  color: var(--site-accent-color);
}
.cs-block.text-two-column .column-2 .text ul {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}
.cs-block.text-two-column .column-2 .text ul li {
  padding-left: 15px;
  text-indent: -20px;
}
.cs-block.text-two-column .column-2 .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-two-column .column-2 .text h2 {
  font-size: 1.6875rem;
  font-weight: 800;
  line-height: 0.8833333333em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .cs-block.text-two-column .column-2 .text h2 {
    font-size: 2.3125rem;
  }
}
@media (min-width: 1200px) {
  .cs-block.text-two-column .column-2 .text h2 {
    font-size: 3.75rem;
  }
}
.cs-block.text-two-column .column-2 .text h5 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4285714286em;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.cs-block.text-two-column .column-2 .text a {
  color: #000;
}
.cs-block.text-two-column .column-2 .cta {
  margin-bottom: 13px;
}
.cs-block.text-two-column .column-2 .cta:last-child {
  margin-bottom: 0;
}
.cs-block.text-two-column .column-2 .arrow-link {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  padding-bottom: 2px;
  font-size: 0.8125rem;
}
.cs-block.text-two-column .column-2 .arrow-link a {
  border-bottom: 1px solid black;
  color: black;
  display: block;
  margin-left: -24px;
  transition: all 0.25s;
  text-decoration: none;
}
.cs-block.text-two-column .column-2 .arrow-link a::after, .cs-block.text-two-column .column-2 .arrow-link a::before {
  content: "";
  height: 11px;
  background-size: 100%;
  display: inline-block;
  width: 17px;
}
.site-hivolt .cs-block.text-two-column .column-2 .arrow-link a::before {
  background: url("/wp-content/themes/hivolt-theme/_/img/arrow-accent-hivolt.svg");
  margin-right: 8px;
}
.site-hva .cs-block.text-two-column .column-2 .arrow-link a::before {
  background: url("/wp-content/themes/hivolt-theme/_/img/arrow-accent-hva.svg");
  margin-right: 8px;
}
.cs-block.text-two-column .column-2 .arrow-link a::after {
  background: url("/wp-content/themes/hivolt-theme/_/img/arrow-black.svg");
  margin-left: 8px;
}
.cs-block.text-two-column .column-2 .arrow-link a:hover {
  border-bottom: 1px solid var(--site-accent-color);
  color: var(--site-accent-color);
  margin-left: 0;
  margin-right: -24px;
  text-decoration: none;
}
@media (min-width: 576px) {
  .cs-block.text-two-column .column-2 .arrow-link {
    font-size: 1.125rem;
  }
}
.cs-block.text-two-column .text a {
  color: #000;
}

/*# sourceMappingURL=text-two-column.min.css.map */
