.bg-white .ue-top-content .h1 {
  color: var(--color-dark-blue);
}

.ue-top-content {
  padding-bottom: 50px;
}

/* .ue-items {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
} */

.ue-cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0 100px;
  align-items: center;
}

.ue-left-col {
  width: 25%;
}

.ue-right-col {
  width: 75%;
}

.ue-col {
  padding: 0 15px;
}

.ue-left-date-inner {
  /*   background: var(--color-light-blue); */
  width: 155px;
  height: 176px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Oswald;
  font-size: 75px;
  font-weight: 500;
  line-height: 70px;
  text-align: center;
  color: var(--color-white);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ue-date-bg, .ue-date-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ue-date {
  position: relative;
  top: 10px;
}

.ue-left-month {
  text-align: center;
  margin-top: 20px;
  color: var(--color-dark-blue);
  margin-bottom: 0;
}

.ue-right-col h3 {
  color: var(--color-dark-blue);
  margin-bottom: 25px;
}

.ue-right-col h3 a:hover {
  color: var(--color-light-blue);
}

.ue-right-col h3 a {
  color: inherit;
  text-decoration: none;
}

.ue-right-col h5 {
  margin: 0;
  color: var(--color-black);
}

.ue-event-title {
  margin: 20px 0 0 0;
}

.ue-item {
  margin-bottom: 40px;
}

.ue-item:last-child {
  margin-bottom: 0;
}

.ue-carousel {
  position: relative;
}

.carousel-arrow {
  border: none;
  background: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 5;
}

.carousel-arrow,.carousel-arrow svg {
  width: 44px;
  height: 44px;
}

.carousel-arrow.carousel-arrow--next {
  right: 0;
  left: auto;
}

.carousel-arrow:hover svg path {
  stroke: var(--color-light-blue);
}

.bg-blue .ue-top-content *,
.bg-blue .ue-right-col h3,
.bg-blue .ue-right-col h5,
.bg-blue .ue-left-month,
.bg-black .ue-top-content *,
.bg-black .ue-right-col h3,
.bg-black .ue-right-col h5,
.bg-black .ue-left-month{
  color: var(--color-white);
}

.bg-blue .carousel-arrow svg path,
.bg-black .carousel-arrow svg path{
  stroke: var(--color-white);
}

.bg-blue .carousel-arrow:hover svg path,
.bg-black .carousel-arrow:hover svg path{
  stroke: var(--color-light-blue);
}

.ue-items .flickity-slider {
    align-items: flex-start;
}

@media (min-width: 2600px){
  .cc-bg-img {
    background-size: cover;
  }

  .cc-bg-color {
    height: calc(100% - 300px);
  }
}

@media (max-width: 991px){
  .ue-cols {
    padding: 0 50px;
  }

  .ue-left-date-inner {
    font-size: 60px;
    line-height: 1;
  }

  .ue-right-col {
    width: 70%;
  }

  .ue-left-col {
    width: 30%;
  }

}

@media (max-width: 767px){
  .ue-left-date-inner {
    font-size: 45px;
    line-height: 1;
    height: 120px;
    width: 120px;
  }

  .ue-right-col h3 {
    margin-bottom: 20px;
  }

  .ue-left-col {
    width: 150px;
  }

  .ue-right-col {
    width: calc(100% - 150px);
  }

  .carousel-arrow {
    position: static;
    transform: none;
  }

  .cards-carousel__controls {
    padding-bottom: 30px;
    text-align: right;
  }

  .ue-cols {
    padding: 0 20px;
  }

  .ue-top-content {
    padding-bottom: 30px;
  }
}

@media (max-width: 600px){
  .ue-left-col {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }

  .ue-right-col {
    width: 100%;
  }

  .ue-left-date {
    margin-right: 15px;
  }

  .ue-left-month {
    margin-top: 0;
  }

  .ue-left-date-inner {
    font-size: 35px;
    height: 90px;
    line-height: 1;
    width: 90px;
  }

  .ue-date {
    top: 6px;
  }

  .ue-right-col h3 {
    margin-bottom: 15px;
  }

  .ue-item {
    margin-bottom: 20px;
  }

  .ue-cols {
    padding: 0px;
  }

  .ue-item:last-child {
    margin-bottom: 0;
  }

  .cards-carousel__controls {
    padding-bottom: 20px;
  }
}

}