.ygtop {
    padding: 80px 80px;
    min-height: 100vh;
    background-image: url('../images/fundo.png');
    background-size: cover;
    background-attachment: fixed;
}

.ygcont {
    margin: 0 auto;
    max-width: 1280px;
    padding: 32px 64px 12px 64px;
}

h2 {
    color: white;
    margin-bottom: 32px;
}

h3 {
    font-size: 24px;
}

.ygcont p {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 32px;
}
.ygcont.narrow {
    max-width: 960px;
}