.banner-evt {
  width: auto;
  max-width: 100%;
  padding: 0px 20px;
  margin-top: 32px;
}
.banner-evt .banner__image {
  border-radius: 32px;
  width: 100%;
  max-width: 1396px;
  margin: 0 auto;
  height: 431px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cmp-breadcrumb {
  margin: 32px 20px 0;
}
.cmp-breadcrumb__item > .cmp-breadcrumb__item-link {
  font-weight: 600;
}
@media (max-width: 991px) {
  .banner-evt .banner__image {
    width: auto;
    height: 225px;
  }
  .cmp-breadcrumb {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .banner-evt {
    margin-top: 24px;
  }
  .banner-evt .banner__image {
    height: 153px;
  }
}
