.yellow-site .activity-session .container:first-child span {
  color: #f6b913;
}

.yellow-site .activity-session .owl-center.owl-carousel.owl-theme .owl-item {
  background-color: #f6b913;
}

.blue-site .activity-session {
  background-color: #faf9f6;
}

.blue-site .activity-session .container:first-child h1 {
  color: #2e2e2e;
}

.blue-site .activity-session .container:first-child span {
  color: #47adf0;
}

.blue-site .activity-session .owl-center.owl-carousel.owl-theme .owl-item {
  background-color: #47adf0;
}

.green-site .activity-session .container:first-child span {
  color: #8cc740;
}

.green-site .activity-session .owl-center.owl-carousel.owl-theme .owl-item {
  background-color: #8cc740;
}

.pink-site .activity-session .container:first-child span {
  color: #ed008c;
}

.pink-site .activity-session .owl-center.owl-carousel.owl-theme .owl-item {
  background-color: #ed008c;
}

.orange-site .activity-session .container:first-child span {
  color: #F26121;
}

.orange-site .activity-session .owl-center.owl-carousel.owl-theme .owl-item {
  background-color: #F26121;
}

.other-site .activity-session {
  background-color: #faf9f6;
}

.other-site .activity-session .container:first-child h1 {
  color: #2e2e2e;
}

.other-site .activity-session .container:first-child span {
  color: #8248df;
}

.other-site .activity-session .owl-center.owl-carousel.owl-theme .owl-item {
  background-color: #8248df;
}

.activity-session {
  background-color: #2e2e2e;
  padding: 2.5rem 0 0.658rem 0;
}

.activity-session .container:first-child {
  padding-bottom: 3rem;
}

.activity-session .container:first-child h1 {
  color: #faf9f6;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  line-height: 1.06;
}

.activity-session .container:first-child span {
  font-size: 2rem;
  color: #f6b913;
  text-align: right;
  margin-left: auto;
  align-self: flex-end;
}

.activity-session .container:last-child {
  margin-top: 0.658rem;
}

.activity-session .owl-center.owl-carousel.owl-theme .owl-nav {
  font-size: 4rem;
  color: #faf9f6;
}

.activity-session .owl-center.owl-carousel.owl-theme .owl-nav [class*=owl-]:focus {
  outline: none;
}

.activity-session .owl-center.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #faf9f6;
}

.activity-session .owl-center.owl-carousel.owl-theme .owl-next, .activity-session .owl-center.owl-carousel.owl-theme .owl-prev {
  position: absolute;
  display: none;
  color: white;
}

.activity-session .owl-center.owl-carousel.owl-theme .owl-next .mdi, .activity-session .owl-center.owl-carousel.owl-theme .owl-prev .mdi {
  margin: 0;
}

.activity-session .owl-center.owl-carousel.owl-theme .owl-next {
  right: 1rem;
}

.activity-session .owl-center.owl-carousel.owl-theme .owl-prev {
  left: 1rem;
}

.activity-session .owl-center.owl-carousel.owl-theme .owl-item {
  background-color: #f6b913;
}

.activity-session .owl-center.owl-carousel.owl-theme .owl-item.center div {
  filter: contrast(100%) grayscale(0%);
  opacity: 1;
}

.activity-session .owl-center.owl-carousel.owl-theme .owl-item div {
  filter: contrast(180%) grayscale(100%);
  opacity: 0.3;
}

.activity-session .owl-carousel .img-backgroud {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.activity-session .owl-carousel.owl-center .img-backgroud {
  height: 15rem;
}

@media (min-width: 576px) {
  .activity-session .owl-center.owl-carousel.owl-theme .owl-next, .activity-session .owl-center.owl-carousel.owl-theme .owl-prev {
    top: 30%;
  }

  .activity-session .owl-carousel.owl-center .img-backgroud {
    height: 20rem;
  }
}
@media (min-width: 768px) {
  .activity-session .owl-carousel.owl-center .img-backgroud {
    height: 16rem;
  }

  .activity-session .owl-carousel.owl-card .img-backgroud {
    height: 9rem;
  }

  .activity-session .owl-center.owl-carousel.owl-theme .owl-next, .activity-session .owl-center.owl-carousel.owl-theme .owl-prev {
    top: 40%;
    display: block;
  }
}
@media (min-width: 992px) {
  .activity-session {
    padding: 2.5rem 0;
  }

  .activity-session .container:first-child {
    padding-bottom: 3rem;
  }

  .activity-session .container:first-child h1 {
    font-size: 3rem;
  }

  .activity-session .container:first-child span {
    font-size: 3rem;
    align-self: center;
  }

  .activity-session .container:last-child {
    margin-top: 2.5rem;
  }

  .activity-session .owl-center.owl-carousel.owl-theme .owl-next, .activity-session .owl-center.owl-carousel.owl-theme .owl-prev {
    top: 45%;
  }

  .activity-session .owl-carousel.owl-center .img-backgroud {
    height: 21rem;
  }

  .activity-session .owl-carousel.owl-card .img-backgroud {
    height: 12rem;
  }
}
@media (min-width: 1200px) {
  .activity-session .img-backgroud {
    height: 25rem;
  }

  .activity-session .owl-carousel.owl-center .img-backgroud {
    height: 25rem;
  }

  .activity-session .owl-carousel.owl-card .img-backgroud {
    height: 14rem;
  }
}
@media (min-width: 1400px) {
  .activity-session .owl-carousel.owl-center .img-backgroud {
    height: 29rem;
  }

  .activity-session .owl-carousel.owl-card .img-backgroud {
    height: 16rem;
  }
}
