.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;
    }

@media only screen and (max-width: 500px) {
  .page-title-wrapper {
            font-size: 40px !important;
            margin-bottom:5px;

        }
