#section_title {
  color: #ffcc66!important;
  font-size: 24px;
  text-shadow: 3px 1px 1px rgba(0,0,0,1);
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
  background: #000000;
}

@media (max-width: 576px) {
  #section_title {
    padding-top: 40px;
    font-size: 28px;
    text-shadow: 2px 1px 1px rgba(0,0,0,1);
    padding: 0px 6px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

