/*
Theme Name: Custom Theme fans4u
Author: Taras Kotvitskiy
Version: 1.0
*/
.mt {
	padding-top: 100px;
}
.mb {
	padding-bottom: 66px !important;
}
.page-title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 104%;
  text-align: center;
  color: #FF6D6D;
}

@media (max-width: 767px) {
  .page-title {
    font-size: 36px;
    text-align: left;
  }
}