.centered {text-align: center;}
.large_bold_white-smllaerfont {
  font-size: 45px !important;
	line-height: 60px;
	font-weight: 900;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fafafa;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: #ffd658;
	border-style: none;
}
@media only screen and (min-width: 980px)  and (max-width: 1150px) {
  .large_bold_white-smllaerfont {
  font-size: 35px !important;
  }
}
@media only screen and (min-width: 700px)  and (max-width: 979px) {
  .large_bold_white-smllaerfont {
  font-size: 25px !important;
  }
}
  @media only screen and (min-width: 500px)  and (max-width: 699px) {
  .large_bold_white-smllaerfont {
  font-size: 20px !important;
  }
}
  @media only screen and (min-width: 350px)  and (max-width: 499px) {
  .large_bold_white-smllaerfont {
  font-size: 14px !important;
  }
}
      @media only screen and (max-width: 349px) {
  .large_bold_white-smllaerfont {
  font-size: 11px !important;
  }
}

