
.multi-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5% 0;
}
.bi-section {
    width: 42%; /* Define el ancho de cada div para que sean iguales */
    height: auto;
    padding: 0 3% 2% 3%; 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background-color: var(--letter-style-child);;
}
.bi-section p {
    font-size: 1rem;
}