.new-h2 {
    font-family: Ginto, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 58px;
}
.centered {
    text-align: center;
}
h2 {
	color: rgb(91, 173, 255);
	margin-top: 0px;
	margin-bottom: 40px;
	font-family: Ginto nord, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 38px;
	background: linear-gradient(transparent 85%, #ffea00 85%);
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
}

@media screen and (max-width: 479px){
.new-h2.centered {
    text-align: center;
}
.new-h2 {
    text-align: left;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
}
}

@media screen and (max-width: 767px){
.new-h2 {
    font-size: 32px;
    line-height: 40px;
}
}

