/****************************************

.m-hls2509-header

****************************************/
.m-hls2509-header__img {
  width: 100%;
}

@media (min-width: 768px) {
  .m-hls2509-header {
    background: linear-gradient(to right, #c0ecff 0%, #c0ecff 50%, #003894 50%, #003894 100%);
  }

  .m-hls2509-header__wrapper {
    max-width: 1460px;
    margin: 0 auto;
  }

  .m-hls2509-header__img {
    width: 100%;
    display: block;
  }
}