@media only screen and (max-width: 767px) {
  .heading h3{ font-size: 50px; line-height: 60px; font-weight: 400}
	.head{ text-align: center;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 .heading h3{ font-size: 60px; line-height: 100px; font-weight: 400}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .heading h3{ font-size: 80px; line-height: 100px; font-weight: 400}
}

@media only screen and (min-width: 1450px) {
  .heading h3{ font-size: 80px; line-height: 100px; font-weight: 400}
  }

/*# sourceMappingURL=responsive.css.map */