.text-columns {
  padding: 40px 0;
}

.text-columns .text-columns__container,
.text-columns .text-columns__container * {
  color: #5E5E5E;
}

.text-columns.bg-true-blue {
  background-color: #0070B9;
}

.text-columns.bg-bright-highlight {
  background-color: #90D9F91A;
}

.text-columns.bg-dark-blue {
  background-color: #063354;
}

.text-columns.bg-white-and-trueblue {
  background: linear-gradient(to bottom, white 50%, #90D9F91A 50%);
}

.text-columns.bg-trueblue-and-white {
  background: linear-gradient(to bottom, #90D9F91A 50%, white 50%);
}


.text-columns.bg-dark-blue .text-columns__container, .text-columns.bg-true-blue .text-columns__container, 
.text-columns.bg-dark-blue .text-columns__container *, .text-columns.bg-true-blue .text-columns__container * {
  color: #fff;
}

.text-columns .text-columns__container .col-12 > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-columns .text-columns__container img {
  width: 100%!important;
  height: auto!important;
}