@media screen and (max-width: 1220px){
.new-h1.centered {
    font-family: Ginto, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
}
    }

@media screen and (max-width: 940px){
.new-h1.centered {
    font-family: Ginto, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 48px;
}
    }

@media screen and (max-width: 769px){
.new-h1.centered {
    font-family: Ginto, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
}
    }

@media screen and (max-width: 480px){
.new-h1.centered {
    font-family: Ginto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
    }

.new-h1 {
    font-family: Ginto, sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 58px;
}
.centered {
    text-align: center;
}
h1 {
	color: rgb(91, 173, 255);
	margin-top: 0px;
	margin-bottom: 40px;
	font-family: Ginto nord, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	}

.marker-bold {
  background: linear-gradient(transparent 50%, #ffff7f 50%);

h1 {
    margin-top: 20px;
    font-size: 31px;
    line-height: 36px;
}

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

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

