.et_pb_dp_dmb_module_7140 {
  --swiper-navigation-color: black;
  --swiper-navigation-size: 60px;
}

.et_pb_dp_dmb_module_7140 .swiper-button-next::after, .et_pb_dp_dmb_module_7140 .swiper-button-prev::after {
  --swiper-navigation-size: 40px;
}

.et_pb_dp_dmb_module_7140 .swiper-button-next {
  right: -60px;
}
.et_pb_dp_dmb_module_7140 .swiper-button-prev {
  left: -60px;
}

.events_slider_swiper .button--outline-primary{
  display:none;
}

.swiper-wrapper-custom{
  margin-bottom: 1em;
}

.item-card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
	background: #ffffff;
}

.item-card-content-divider{
  border-color: rgb(17, 146, 209); 
  width: 100%
}

.item-image-card__content-cont{
  max-width: 90%;
  margin: -60px auto 0;
  position: relative;
  background: #fff;
  padding: 32px 6%;
  text-align: center;
}

.item-modality{
  padding: 0.5em;
  background-color: #FFF6DF;
  text-transform: uppercase;
  margin-top: 1em;
  text-align: center;
  width: 50%;
}

@media screen and (max-width:781px) {
  .et_pb_dp_dmb_module_7140 .swiper-button-next {
	background: #fff;
	right: -28px;
  }
  .et_pb_dp_dmb_module_7140 .swiper-button-prev {
	left: -28px;
	background: #fff;
  }
}