/* Estilos para la sección About */

.web-about {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

.web-about-section {
    background-color: #fff;
    padding: 50px 20px;
}

.web-about-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.web-about-text {
    max-width: 600px;
    text-align: left;
}

.web-about-text h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

.web-about-text p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.web-about-text .highlight {
    font-weight: bold;
    color: #007bff;
}

.web-about-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
