﻿h3 {
  color: #434343 !important;
  font-weight: 300 !important;
  font-size: 36px;
  margin-bottom: 0px !important;
  margin-top: 15px;
  font-weight: 500 !important;
  padding: 0;
  line-height: 36px;
}

h4 {
  color: #434343 !important;
  font-weight: bold;
}

.panel-body {
  padding-top: 50px;
}

@media (max-width: 480px) {
  .mobile h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
