.header-section-holder {
  background-color: white;
  border-top: 1px solid black;
}
.header-section-holder:before {
  background: url("../images/background/header-before.svg") no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  top: -46px;
  left: 0;
}
.header-section-holder h1 img {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .header-section-holder:before {
    display: none;
  }
  .header-section-holder h1 {
    margin-bottom: 10px !important;
  }
  .header-section-holder p:first-child {
    margin-bottom: 0;
  }
  .ng-hs .col-d-sm-6:nth-child(odd) {
    padding-right: 5px;
  }
  .ng-hs .col-d-sm-6:nth-child(even) {
    padding-left: 5px;
  }
}
