
/* Lists & grids  ________________________________________________________ */

ul.twocol {
	column-count: 2;
}

/* Layout builder  ________________________________________________________ */


section.text {
	padding: 50px 0;
}



.intro-two-cols {
  width: 100%;
  display: block;
  clear: both;
}

/* Default: full width on mobile */
.intro-two-cols .half {
  width: 100%;
  float: none;
  text-align: left;
  box-sizing: border-box;
  padding: 0 1rem;
}

/* Typography adjustments */
.intro-two-cols .half p,
.intro-two-cols .half ul {
  line-height: 2;
  font-size: 24px;
}



.intro-two-cols .half p b, .intro-two-cols .half p strong {
	font-weight: 600;
}

.intro-two-cols .half ul li {
  margin-bottom: 2rem;
  line-height: 1.5;
}

/* Two-column layout for medium screens and up */
@media screen and (min-width: 768px) {
  .intro-two-cols .half {
    width: 50%;
    float: left;
  }
}

