.bas_hero {
  min-height: 410px;
  background-image: url("../img/png/bas/bas_hero.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 575.98px) {
  .bas_hero {
    min-height: 300px;
  }
}
