.topTitle {
    color:#0B5C2E;
    font-size:48px;
    line-height:1.3;
    font-weight:500;
}
.banner__bg {
  background-color: #FFF;
  background-size: contain;
}
.banner__content {
    vertical-align: top;
    padding-top: 0px !important;
}
@media (max-width: 768px) {
  .ozkr-hero-title {
    font-size: 30px !important;
    margin-top: 30px !important;
  }
  .ozkr-hero-date {
    font-size: 21px !important;
  }
  .ozkr-hero {
    padding-top: 0px;
  }
  .topTitle {
    font-size:30px;
  }
  .banner__content {
    height: 50vh !important;
  }
}

.navbar-inverse .icon-bar {
    background: #0B5C2E !important;
}