.textb .mw800 {
	max-width: 660px !important;
	margin-left: auto;
	margin-right: auto;
	padding-left:25px;
	padding-right:25px;
}
.textb strong {
    font-weight: bold;
    
}
.textb h1 {
        font-family: "Blackside";
    color: #F9A21D;
    font-size: 75px;
    line-height: 75px;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    text-align: center;
    padding-bottom: 20px;
}
.textb p:last-of-type {
    padding-bottom: 0px !important;
}
.textb p {
    padding-bottom: 26px;
}
.textb a:hover {
    text-decoration: underline;
}
.textb a {
    transition: color .3s;
    color: #F9A21D;
    text-decoration: none;
}
 .textb h2, .textb h3 {
	font-family: "Blackside";
    color: #F9A21D;
    font-size: 36px;
    line-height: 38.69px;
    padding-bottom: 20px;
    letter-spacing: 0.72px;
}
.textb .inner {
    text-align: center;
	/*padding-top: 30px;*/
    font-family: "Roboto";
    max-width: 493px;
    font-size: 16px;
    color: #F0FDF8;
    letter-spacing: 0.64px;
    line-height: 26px;
}

@media (max-width: 500px) {
    .textb h1 {
        padding-bottom: 5px;
        line-height: 31.66pt;
        font-size: 42px !important;
    } 
}