#eventi_hilight .carousel-stage {
  display: block;
}

#eventi_hilight .carousel-stage .image_container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#eventi_hilight .carousel-stage .carousel_slide_text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#eventi_hilight .carousel_slide_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#eventi_hilight .carousel_slide_container .image_container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 610px;
          flex: 0 0 610px;
  max-width: 610px;
}

#eventi_hilight .carousel_slide_container .carousel_slide_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  max-width: 36%;
}

#eventi_hilight .carousel_slide_container .event_dates {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

#eventi_hilight .carousel-stage .carousel_slide_container .header-event-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
  margin-top: 3rem;
}

#eventi_hilight .carousel-stage .carousel_slide_container .header-event-text h2 {
  font-size: 2.625rem;
  height: auto;
  margin-bottom: 1rem;
}

#eventi_hilight .carousel_slide_container .header-event-text .btn.edibutton {
  display: inline-block;
}

#eventi_hilight .carousel-stage .carousel_slide_container .event_dates {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
  bottom: auto;
  font-size: 1.125rem;
}

#eventi_hilight .carousel-stage .carousel_slide_container .event_dates_start,
#eventi_hilight .carousel-stage .carousel_slide_container .event_dates_end {
  display: block;
  padding: 0;
  background-color: transparent;
}

#eventi_hilight .carousel-stage .carousel_slide_container .event_dates_end {
  padding-left: 1.14em;
}

#eventi_hilight .carousel-stage a.edibutton.btn-primary:link,
#eventi_hilight .carousel-stage a.edibutton.btn-primary:visited,
#eventi_hilight .carousel-stage a.edibutton.btn-primary:hover,
#eventi_hilight .carousel-stage a.edibutton.btn-primary:focus,
#eventi_hilight .carousel-stage a.edibutton.btn-primary:active {
  background-color: var(--strillo-color);
  color: var(--primary-button-fg-color);
  text-decoration: none;
  border-radius: 0;
  text-transform: uppercase;
  outline: 0;
  border: 0 none;
}

.edinews_section_eventi .home-eventi-header h2 span {
  margin-left: 1.2rem;
  display: inline-block;
}

.edinews_section_eventi .content_trunk_vertical_double_sheet .news_items_column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 1rem 1.6rem;
}

.edinews_section_eventi .content_trunk_vertical_double_sheet .news_items_column .news_item {
  padding-bottom: 0;
}
