.container h2:first-of-type {
font-size: 2.3rem;
line-height: 1.1em;
font-family: "PwC ITC Charter", Georgia, Serif;
font-style: normal;
font-weight: normal;
color: #2d2d2d;
}

@media (max-width: 767px) {
.container h2:first-of-type {
    font-size: 1.6rem;
    line-height: 1.2em;
}
}
