.company-facilities-slider {
  position: relative;
}

.company-facilities-slider .swiper-slide {
  width: unset;
}

.company-facilities-slider .slider-navigation {
  display: none;
}

@media (min-width: 1200px) {
  .company-facilities-slider .slider-navigation {
    display: flex;
  }
  .company-facilities-slider .slider-scrollbar {
    display: none;
  }
}

.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.company-facilities-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 100%;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  height: auto;
}

.company-facility {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 59, 103, 0.1);
  text-decoration: none;
  color: #000000;
}

.company-facility__thumb {
  width: 80%;
  height: 250px;
}

.company-facility__thumb p {
  height: 100%;
}

.company-facility__content {
  display: flex;
  align-items: flex-end;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  min-height: 32px;
  padding: 0;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .company-facility__content {
    line-height: 22px;
  }
}
