.qodef-h2, h2 {
    font-family: Gabarito, sans-serif;
    font-size: 60px;
    line-height: 0.9em;
    font-weight: 500;
}

.qodef-section-title .qodef-m-title {
    margin: 0.15em 0 0.33em;
}

/* <= 1024px */
@media only screen and (max-width: 1024px) {
	.qodef-h2, h2 {
		font-size: 45px;
	}
}