/* =========================
   Tablets (<= 1024px)
========================= */
@media (max-width: 1024px) {
  .blue-background-full {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .blue-background-full::before {
    top: -60px;
    height: 130%;
    transform: skewY(-3deg);
  }

  .blue-background-full h3 {
    font-size: 38px;
    line-height: 1.4;
  }

  .blue-background-full .static-corporate-section__body{
    max-width: 991px;
  }

  /* Header */
  #navbar-main, #navbar-top .region-top-header {
    max-width: 960px;
  }
  /* Header ends */

}