/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 0;
}

.about .content h2 {
    font-weight: 700;
    font-size: 24px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .about .content ul strong {
        margin-right: 10px;
    }

    .about .content ul i {
        font-size: 16px;
        margin-right: 5px;
        color: var(--accent-color);
        line-height: 0;
    }

.banner-texto {
    background-color: rgba(186, 233, 161, 0.80);
    color: #01801F;
    font-weight:800;
    padding: 50px;
    border-radius: 16px;
    /*max-width: 800px;*/
    animation: fadeIn 1.5s ease-in-out;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    text-align: center;
}