
.new-h3 {
	color: rgb(88, 190, 252);
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: Ginto, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
}
h3 {
    color: #23272a;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Ginto, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
}
h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
}

@media screen and (max-width: 767px){
.new-h3 {
    font-size: 28px;
}
}

@media screen and (max-width: 479px){
.new-h3 {
    font-size: 24px;
}
}