﻿body {
}

h1 { 
    font-size: 48px;
}

h2 { 
    font-size: 26px;
}

.advertorial-notice {
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-block {
    font-size: 36px;
    margin-top: 15px;
}

@media screen and (max-width: 480px) {
    h1 { 
        font-size: 40px;
    }

    .btn-block {
        font-size: 30px;
    }
}
