#section-1 {
  color: rgb(255,255,255);
}

@media (min-width: 992px) {
  #section-1 {
    padding: 0rem 6rem 6rem 6rem;
  }
}

@media (max-width: 991px) {
  #section-1 {
    padding-bottom: 3rem;
  }
}

#section-1 h3 {
  margin-bottom: 0rem;
}

@media (max-width: 991px) {
  #section-1 .table {
    font-size: 66%;
  }
}

.column-helper {
  margin-bottom: 0.5rem;
}

