.ts-service-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.ts-service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.ts-service-image-wrapper img {
    border-bottom: 4px solid #284b8f; /* color corporativo sugerido */
    transition: transform 0.4s ease;
}

.ts-service-box:hover .ts-service-image-wrapper img {
    transform: scale(1.05);
}

.ts-service-info {
    padding: 20px;
}

.ts-service-info h3 {
    font-size: 1.3rem;
    font-weight: 700;
}

.ts-service-info h3 a {
    color: #1d2d50;
    text-decoration: none;
}

.ts-service-info h3 a:hover {
    color: #284b8f; /* tu color corporativo */
}

.ts-service-info p {
    margin-top: 5px;
    color: #666;
}

.learn-more {
    margin-top: 12px;
    font-weight: 600;
    color: #284b8f;
    text-decoration: none;
}

.learn-more:hover {
    text-decoration: underline;
}


 .services-intro {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0A2342;
}

.section-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
}

.services-intro {
 
    padding: 0 !important;
}


.services-intro {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.services-intro .container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.services-intro p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.ts-service-image-wrapper {
  margin-bottom: 0px;
}

.ts-service-info {
  margin-left: 0 !important;
}