/* SPECIFIC SECTION - SERVICES */

.services {
    text-align: center;
    background-image: var(--color-gradient-deep-blues);
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--white-color);
  
  }

.service {
    border-radius: 10px;
}

  .service h2 {
    color: var(--white-color);
    
  }
    .service h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.5;
      }

  .service-content {
    
    padding: 0px 80px;
  }

  /* Optional: Add a box-shadow to make the cards pop */
.service.card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
