h1 {
    font: 64px/72px 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 80px;
    display: block;
}
h2 {
    color: #fff;
    font: 32px/40px 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 40px;
}
h3 {
    font: 64px/72px 'Oswald', sans-serif;
    font-weight: 400;
    color: #b5d13f;
    text-transform: uppercase;
    margin: 0 0 40px;
}
h4 {
    font: 32px/40px 'Oswald', sans-serif;
    font-weight: 400;
    color: #b5d13f;
    text-transform: uppercase;
    margin: 0 0 40px;
}
h5 {
    font: 32px/40px 'Oswald', sans-serif;
    font-weight: 400;
    color: #f2a001;
    text-transform: uppercase;
    margin: 0 0 40px;
}
h6 {
    font: 32px/40px 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 40px;
}
a {
    color: #b5d13f;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    font: 16px/32px 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 24px;
    color: #fff;
}
.text__orange {
    color: #ffbe34;
}
.text__white {
    color: #fff;
}
.text_a_r {
    text-align: right;
}
.text_a_l {
    text-align: left;
}

@media all and (max-width: 480px) {
    h1 {
        font: 40px/48px 'Oswald', sans-serif;
        margin: 0 0 32px;
    }
    h2 {
        font: 24px/32px 'Oswald', sans-serif;
        margin: 0 0 24px;
    }
    h3 {
        font: 32px/40px 'Oswald', sans-serif;
        margin: 0 0 32px;
    }
    h4 {
        font: 24px/32px 'Oswald', sans-serif;
        font-weight: 400;
        color: #b5d13f;
        text-transform: uppercase;
        margin: 0 0 24px;
    }
    h5 {
        font: 24px/32px 'Oswald', sans-serif;
        font-weight: 400;
        color: #f2a001;
        text-transform: uppercase;
        margin: 0 0 24px;
    }
    p {
        font: 14px/24px 'Open Sans';
    }
}