#hero-event .title-event {
  font-size: clamp(2.5rem, -0.0297rem + 5.277vw, 5rem);
  text-transform: none !important;
  line-height: 1em;
}
#hero-event .container-xxl {
  padding: 2rem !important;
}
#hero-event .icon {
  fill: var(--bs-white);
}
#hero-event .row {
  background-image: url("../worldcurling-icon-swoosh.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #032774;
}
@media only screen and (max-width: 767px) {
  #hero-event {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #hero-event .event-badge {
    max-height: 85px;
    object-fit: contain;
    width: auto !important;
  }
  #hero-event .row {
    background-image: url("../worldcurling-icon-swoosh-mobile.svg");
  }
}
