.btn {
    outline: none;
    border: none;
    padding: 0.35rem 1rem;
    font-size: 1.1rem;
    cursor: pointer;
}

.btn-gold {
    background-color: #F4C900;
    color: #FFF;
}

.section-heading {
    font-size: 1.4rem;
    color: #083479;
    margin-bottom: 1.4rem;
    font-weight: 600;
}

.section-heading-underline {
    font-size: 1.4rem;
    color: #083479;
    margin-bottom: 1.4rem;
    font-weight: 600;
    border-bottom: 3px solid #F4C900;
    display: inline-block;
    padding-right: 4rem;
    padding-bottom: 0.2rem;
}

@media only screen and (min-width: 800px) {
    .hide-system {
        display: none !important;
    }
}
