.section-header h3 {
font-size: 36px;
text-align: center;
font-weight: 700;
position: relative;
}


@media only screen and (max-width: 600px) {


.section-header h3 {
font-size: 23px;
text-align: center;
font-weight: 700;
position: relative;
}


}