.datareon-columns {
  width: 100%;
  display: -ms-grid !important;
  display: grid !important;
  padding: 30px 0;
  border-top: 1px solid #9eaab1;
  gap: 20px;
  -ms-grid-columns: 182px 1fr;
  grid-template-columns: 182px 1fr;
}

.datareon-columns .wp-block-column > *:first-child {
  margin-top: 0 !important;
}

.datareon-columns > .wp-block-column:first-child h2,
.datareon-columns > .wp-block-column:first-child h3,
.datareon-columns > .wp-block-column:first-child h4,
.datareon-columns > .wp-block-column:first-child h5,
.datareon-columns > .wp-block-column:first-child h6 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

@media (max-width: 1023px) {
  .datareon-columns {
    grid-template-columns: 1fr;
  }
  .datareon-columns:not(:first-child) {
    margin-top: 60px;
  }
}
