/*
h2 {
    font-size: 19px !important;
    font-weight: bold;
    color: #292b2c;
}*/
/*
@media (min-width: 1200px) {
  .row {
    margin-top: 10px!important;
  }
  }
@media (min-width: 992px) {
  .row {
    margin-top: 10px!important;
  }
  }
/*
@media screen and (max-width: 768px) {
#big-header-big-text h1 {
    font-size: 1.9rem!important;
}
}