.bannerSubMenuText {
  background: url('../images/Background/doosancnc1.webp') center center/cover no-repeat;
}

.maquilas-text {
  padding: 2em 0;
}

.maquilas-servicios-title {
  display: inline-flex;
  gap: 0.5em;
}

.btn-servicios-me-interesa {
  background-color: var(--color-title-light) !important;
  color: white !important;
  border: none !important;
  font-size: larger !important;
  border-radius: 5px !important;
  box-shadow: 0 4px 6px -1px hsl(212 100% 29% / 0.1),
    0 2px 4px -1px hsl(212 100% 29% / 0.06);
}

.btn-servicios-me-interesa:hover {
  background-color: white !important;
  color: var(--color-title-light) !important;
  border: solid 2px var(--color-title-light) !important;
}

.service-actions {
  bottom: .8em !important;
  right: 1.5em !important;
}

@media (min-width: 768px) {
  .card {
    height: 540px;
  }

  .service-img {
    height: 60%;
  }

  .service-body {
    height: 40%;
  }

  .service-actions {
    bottom: 2em !important;
    right: 1.5em !important;
  }
}