h2,
h3 {
    color: inherit;
    font-family: GothamBold, Arial, sans-serif;
    line-height: 1.3;
}

h2 {
    margin: 0 auto 30px;
    font-size: 23pt;
    text-align: center;
}

h3 {
    margin: 30px auto 0;
    font-size: 18pt;
}

.wrapper-white h3:first-child {
    margin-top: 0;
}

@media (max-width: 768px) {
    h2 {
        margin-bottom: 20px;
        font-size: 18pt;
    }

    h3 {
        margin-top: 24px;
        font-size: 16pt;
    }
}
