/* Ensure the services section is fully visible and not hidden by the footer */
.services__3 {
  padding-bottom: 130px !important;
  margin-bottom: 0 !important;
}

.services__3 .row {
  margin-bottom: 0 !important;
}

.services__3-item {
  height: auto !important;
  min-height: 340px;
}

@media (max-width: 991px) {
  .services__3 {
    padding-bottom: 100px !important;
  }
  .services__3-item {
    min-height: 250px;
  }
}

@media (max-width: 575px) {
  .services__3 {
    padding-bottom: 80px !important;
  }
  .services__3-item {
    min-height: 180px;
  }
}

/* Remove any negative margin from parent containers */
.services__3,
.services__3 .container,
.services__3 .row {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
