.numbers_carousel_area.alignfull {
  padding: 0px 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#numbers_carousel {
  /* margin: 80px auto; */
  margin-top: 30px;
  margin-bottom: 30px;
}

#project-terms {
  margin-top: 32px;
  margin-bottom: 77px;
  text-align: center;
}

#project-terms a {
  padding: 5px 35px;
}

#numbers_carousel .hide{
  display: none;
}

#numbers_carousel .project {
  margin: 0;
  /* background: #FDFDFC; */
  border-radius: 4px;
  height: 100%;
}

#numbers-carousel {
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

#numbers-carousel.owl-1 {
  max-width: 390px;
}

#numbers-carousel.owl-2 {
  max-width: 804px;
}

#numbers_carousel .owl-stage {
  display: flex;
  gap: 24px;
}

#numbers_carousel .project_numbers_content {
  display: block;
  background-color: #F4F4F4;
  padding: 32px 40px 48px;
  text-align: center;
  height: 100%;
}

.project_numbers_icon {
  display: inline-block;
  width: auto;
  height: 132px;
  position: relative;
  vertical-align: top;
}

#numbers_carousel .owl-nav button.disabled {
  color: transparent;
  pointer-events: none;
}

#numbers-carousel .owl-next {
  float: right;
}

#numbers_carousel .owl-numbers {
  width: 100% !important;
  height: 100%;
  min-height: 290px;
  display: grid;
}

#numbers-carousel .owl-dots.disabled {
  display: none;
}

#numbers-carousel .owl-dots {
  text-align: center;
  width: 85%;
  margin: 0px auto 0px;
  background-color: transparent;
}

#numbers-carousel.owl-7 .owl-dots {
  margin-top: 0px;
}

#numbers-carousel .owl-dots span {
  display: block;
}

#numbers-carousel .owl-dots span::before {
    content: url('bullet.svg')  !important;
    opacity: 1 !important;
}

#numbers-carousel .owl-dot.active span::before {
    content: url('bullet_active.svg')  !important;
}

#numbers-carousel .owl-dot {
  padding: 3px;
  background-color: transparent;
}

#numbers-carousel .project_numbers_cat {
  margin-bottom: 24px;
}


.project_numbers_title {
  font-family: 'Marselis';
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 110%;
  color: #090B0C;
  margin-top: 10px;
  text-align: center;
}

.project_numbers_subtitle {
  text-align: center;
  margin: 0;
  font-family: 'Marselis';
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #090B0C;
}


.owl-next span::after, .owl-prev span::before {
  background-image: url('arrow.svg');
  background-size: 36.55px 39px;
  display: inline-block;
  width: 36.55px;
  height: 39px;
  content: "";
}

.owl-prev span::before {
  transform: scaleX(-1); //rotate(180deg);
}

#numbers-carousel .owl-prev, #numbers-carousel .owl-next {
  background-color: transparent;
  display: inline-block;
}

.owl-next.disabled span::after, .owl-prev.disabled span::before{
  background-image: unset;
}

#numbers_carousel .owl-nav.disabled {
  display: none;
}

.project_numbers_icon.constant-tilt-shake {
  animation: tilt-shaking 2s infinite;
}

@media only screen and (max-width: 960px) {
  #numbers-carousel .owl-dots {
    margin-top: 10px;
  }

  #numbers_carousel .project_numbers_content {
    padding: 24px 24px 32px 24px;
  }

  .project_numbers_icon, .project_numbers_icon img {
    height: 111px;
  }

  .project_numbers_title {
    font-size: 64px;
  }

  .project_numbers_subtitle {
    font-size: 20px;
  }

  #numbers_carousel .owl-stage {
    gap: 16px;
  }

}
