ul.col--one {
  columns: 1;
  column-gap: 0;
}

div.columned_content {
  display: flex;
}

.content_column {
  width: 45%;
  margin-right: 5%;
}
.content_column p {
  text-align: left;
}

#first strong {
  color: rgba(83,84,84,0.7);
  font-weight: bold;
  letter-spacing: 0.5px;
}

#second li {
  margin-bottom: 1rem;
}

.spotlight p {
  text-align: left !important;
}

@media only screen and (max-width: 576px) {

div.columned_content {
  display: block;
}

.content_column {
  width: 100%;
  margin-right: 0;
}

}
