.first-letter {color:#1091FA;}

/* Responsive 1700px */
@media only screen and (max-width: 1700px) {
  .page-title-wrapper{font-size:85px !important;margin-bottom: 5px;}
}

/* Responsive 1450px */
@media only screen and (max-width: 1450px) {
  .page-title-wrapper{font-size:65px !important; margin-bottom: 12px;}
}

@media only screen and (max-width: 1100px) {
    .page-title-wrapper {font-size: 55px !important;margin-bottom: 15px;}
}
/* Responsive 600px */
@media only screen and (max-width: 600px) {
  .page-title-wrapper {font-size: 40px !important;margin-bottom:21px !important;}
}
