div.py-16 p {
    /* Estilos para el párrafo */
    font-size: 16px; /* Tamaño de fuente */
    line-height: 1.5; /* Altura de línea */
    color: #333; /* Color de texto */
    margin-bottom: 20px; /* Margen inferior */
}

/* Si deseas aplicar estilos específicos al párrafo que tiene un elemento strong */
div.py-16 p strong {
    font-weight: bold; /* Peso de fuente */
}

/* Si deseas aplicar estilos al título h1 dentro del mismo div */
div.py-16 h1.title-1 {
    /* Estilos para el título h1 */
    font-size: 28px; /* Tamaño de fuente */
    font-weight: bold; /* Peso de fuente */
    text-align: center; /* Alineación de texto */
    margin-bottom: 20px; /* Margen inferior */
}

.py-16{
    margin-left: auto;
    margin-right: auto;
    max-width: 86rem
}