/* Estilos del bloque en el frontend */
section#about {
    /*padding: 50px 0;*/
}

section#about .secBg {
    background-color: #f9f9f9;
}

section#about .wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 15px;
}

section#about h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #e96969;
}
section#about h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #e96969;
    margin: 0 auto;
    margin-top: 10px;
}
section#about .wrapper {
    width: 100%;
}

section#about p {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}

/* Estilos del bloque en el editor */
.about-block-editor {
    background-color: #f9f9f9;
    padding: 30px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.about-block-editor h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.about-block-editor p {
    font-size: 18px;
    line-height: 1.6;
}
