.button_banner-block .button_banner_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-decoration: none;
}

.button_banner-block .button_banner_overlay {
  position: absolute;
  inset: 0;
  background-color: var(--color-primary);
  opacity: 0.9;
  z-index: 1;
}

.button_banner-block .button_banner_title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-align: center;
}
