/**
 * Bootstrap customised
 *
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 */
.block__hero-small {
  background-image: url("../img/bg-hero.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}