.parallax {
    background-attachment: fixed;
    background-color: rgba(16, 16, 16, 0.3);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    min-height: calc(300px * 1.618);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax h2 {
    color: white;
    font-size: 5rem;
    text-align: center;
    font-weight: 300;
    padding: 1rem;
}

.text-block {
    min-height: 300px;
    width: 100%;
    background-color: var(--gris1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    text-align: center;
    box-sizing: border-box;
}

.text-block h3{
    font-size: 2rem;
}


.text-block p {
    margin: 0;
    font-size: 1.1rem;
}
