.partners {
  background-color: #f5f5f5;
}

.partners__container {
  padding: 80px 60px;
}

.partners__title {
  display: flex;
}

.partners__slider {
  padding: 100px;
  height: 300px;
}


/* slider */

.ant-carousel {
  margin: 0;
  border: none;
  width: 100%;
  position: relative;
  height: 100%;
}

.ant-carousel-list {
  width: 215px;
  max-height: 60px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.participants-title {
  width: 100%;
}

.ant-carousel-element {
  width: 215px;
  text-align: center;
  display: block;
  flex: 0 0 auto;
  height: 60px;
  padding: 0 10px;
}

.participants-card-img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 800px;
}


.ant-carousel-hider {
  overflow: hidden;
}

.carousel-arrows__details {
  right: 205%;
}

.carousel-arrows-mob {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}

.ant-carousel-arrow-img {
  width: 8px;
  height: 17px;
}

.ant-carousel-arrow-left--img {
  width: 10px;
}

.ant-carousel-arrow-left,
.ant-carousel-arrow-right {
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: all .25s ease-in;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #ccc;
}

.ant-carousel-arrow-left--img {
  width: 12px;
}

.ant-carousel-arrow-left:hover,
.ant-carousel-arrow-right:hover {
  background-color: #f5f5f5;
}

.ant-carousel-arrow-left {
  margin-right: 20px;
}


div.ant-carousel-dots {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0 !important;
  bottom: -100px !important;
  z-index: 30;
  text-align: center;
}

span.ant-dot {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  padding: 0;
  display: inline-block;
  background-color: #ffcc00;
  border-radius: 5px;
  cursor: pointer;
}




.carousel-arrows-partners {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 5px -100px 0 -100px;
  width: 120%;
}



.ant-carousel-partner-img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}



@media (max-width:996px) {

  .carousel-arrows-partners {
    justify-content: center;
    top: 100px;
    right: 0;
    left: 0;
    margin: 0;
    width: 100%;
  }

  .partners__slider {
    padding: 100px 0px;
  }

  div.ant-carousel-dots {
    bottom: -130px !important;
  }
}

@media (max-width:668px) {

  .partners__container {
    padding: 60px 20px;
  }

  .partners__title h2 {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }

}