/* Component: service-slider */
.eg-service-slider {
  margin-left: -1rem;
  margin-right: -1rem;
}

.eg-service-slide-image {
  padding-top: 130%;
}

.eg-service-slide-title-container {
  bottom: 0;
}

.eg-service-slide:nth-of-type(even) .eg-service-slide-title-container {
  background-color: #626c4c;
}

.eg-service-slide:nth-of-type(even) .eg-service-slide-title {
  color: #fddbba;
}

.eg-service-slide:nth-of-type(even) .eg-service-slide-cta {
  background-color: #626c4c;
  border-color: #626c4c;
  color: white;
}

.eg-service-slide:nth-of-type(even) .eg-service-slide-cta:active,
.eg-service-slide:nth-of-type(even) .eg-service-slide-cta:focus,
.eg-service-slide:nth-of-type(even) .eg-service-slide-cta:hover {
  background-color: #fddbba;
  border-color: #fddbba;
  color: #626c4c;
}

.eg-service-slide:nth-of-type(odd) .eg-service-slide-title-container {
  background-color: #fddbba;
}

.eg-service-slide:nth-of-type(odd) .eg-service-slide-title {
  color: #626c4c;
}

.eg-service-slide-arrow-container {
  gap: 20px;
}

.eg-slider-btn {
  height: 50px;
  width: 50px;
}