.banner-third-level {
  min-height: 280px;
  background: #021a36;
  display: flex;
  align-items: center;
  padding-top: 100px;
}
.banner-third-level h1 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.banner-third-level p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  margin-top: 15px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 992px) {
  .banner-third-level {
    min-height: 220px;
  }
  .banner-third-level h1 {
    font-size: 32px;
  }
}
