/* Hero Section Styles */
.hero-section {
    background-color: #163923;
    background-image: url('../../img/seccion1/fondo.webp');
    background-size: cover;
    background-position: center;
}

.card-shadow {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.bullet-icon::before {
    content: ">>";
    margin-right: 0.5rem;
    font-weight: bold;
}
