.custom-about-section {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
}

.custom-about-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #fff;
}

.custom-about-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    background-color: #fff;
}

.custom-about-card {
    background-color: #004d1a; /* Color de la parte inferior u */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: left;
    background-color: #fff;
}

.custom-about-icon {
    background-image: url('assets/img/background.jpg'); /* Ruta a tu imagen de fondo */
    background-size: cover;
    background-position: center;
    height: 150px; /* Altura de la parte superior de la tarjeta */
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-about-icon img {
    width: 60px;
    height: auto;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}

.custom-about-card-title {
    font-size: 1.5rem;
    margin: 20px;
    color: #fff;
    font-weight: bold;
}

.custom-about-card p {
    font-size: 1rem;
    color: #fff;
    padding: 0 20px 20px;
    line-height: 1.5;
}
