main{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 150px 50px;
    text-align: justify;
    color: var(--color-blue);
    font-family: var(--font-family-Opsa);
}
.titulo{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.descripcion, .puntos{
    font-size: 1rem;
    margin-bottom: 20px;
}
.puntos ul{
    text-decoration: none;
    list-style: none;
}
.puntos ul li{
    margin-bottom: 20px;
}