
.hero-section2 {
    min-height: 100vh;
    background: #17171c;
    position: relative;
    overflow: hidden;
    }
.hero-overlay2 {
    position: absolute;
    top:0; left:0; right:0; bottom:0;
    background: url('../img/fondo2.jpg');
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.hero-section2 > *:not(.hero-overlay2) {
  position: relative;
  z-index: 2;
}

.services-logo {
  position: absolute;
  top: 50px;
  left: 80px;
  width: 200px;
  z-index: 2;
}

.services-title {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #a09b9e;
  z-index: 2;
  letter-spacing: 2px;
  text-align: center;
}

.service-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 2.0em;
    color: #949494;
    font-weight: 700;
    margin-top: 24px;
}
.service-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 15px;
    filter: grayscale(1) brightness(0.7);
}
@media (max-width: 768px) {
    .service-title {
        font-size: 2.0em;
    }
    .service-icon {
        width: 60px;
        height: 60px;
    }
}