.custom-slider-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  overflow-x: hidden;
}
.custom-slider-container.custom-slider-faq .custom-slider-slide-table-of-content h3:first-child {
  margin-top: 0;
}
.custom-slider-container.custom-slider-faq .custom-slider-slide .custom-slider-slide-section-wrapper:last-child .custom-slider-slide-section .section-content {
  margin-bottom: 0 !important;
}
.custom-slider-container.custom-slider-posts .custom-slider-slide {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  justify-content: space-between;
}
.custom-slider-container.custom-slider-posts .custom-slider-slide.custom-slider-slide-childs-1 {
  justify-content: center;
}
.custom-slider-container.custom-slider-posts .custom-slider-slide .custom-slider-slide-section {
  max-width: 323px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-slider-container.custom-slider-posts .custom-slider-slide .custom-slider-slide-section .section-image {
  margin-top: 50px;
  margin-bottom: 34px;
  max-width: 100%;
  width: auto;
}

/* Owl Carousel customization */
.custom-slider-container.custom-slider-container-last-slide-single .owl-item:last-child .custom-slider-slide {
  justify-content: center;
}
.custom-slider-container .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
.custom-slider-container .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 12px;
  background-color: #E7E7E7;
  outline: none;
  transition: none;
}
.custom-slider-container .owl-dots .owl-dot.active {
  background-color: #FAB200;
}

@media screen and (max-width: 767px) {
  .custom-slider-container.custom-slider-posts .custom-slider-slide {
    max-width: 100%;
    width: auto;
  }
  .custom-slider-container.custom-slider-posts .custom-slider-slide .custom-slider-slide-section {
    width: auto;
  }
}

/*# sourceMappingURL=custom-slider.css.map */
