.ifag-service-info {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-top: 3px solid #e5e7eb;
    padding: 30px 25px; /* Reduced padding */
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.ifag-service-info:hover {
    border-top-color: #ce2139;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03);
    transform: translateY(-3px);
}

.ifag-service-info-title {
    font-size: 20px; /* Reduced font size */
    font-weight: 800;
    color: #001838;
    margin: 0 0 15px 0;
    line-height: 1.3;
    letter-spacing: -0.3px;
    font-family: inherit;
}

.ifag-service-info-description {
    font-size: 15px; /* Reduced font size */
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
    font-family: inherit;
}

@media (max-width: 768px) {
    .ifag-service-info {
        padding: 25px 20px;
    }
    .ifag-service-info-title {
        font-size: 18px;
    }
    .ifag-service-info-description {
        font-size: 14px;
    }
}
