.column_text__item-heading {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 20px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .column_text__item-heading {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 24px !important;
    line-height: 28px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}

@media only screen and (min-width: 992px) {
  .column_text__item:nth-child(2n) {
    padding-left: 40px;
  }
  .column_text__item:nth-child(n) {
    padding-right: 40px;
  }
}
.column_text__item-heading {
  text-transform: uppercase;
  color: #061D35;
  border-bottom: 2px solid #061D35;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.column_text__item-content {
  margin-bottom: 20px;
  color: #000000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .column_text__item-content {
    margin-bottom: 40px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 0.3px;
    font-weight: 300;
  }
}
