/*
General Styles
================================================== */

/*
Mobile Styles
================================================== */
@media only screen and (max-width: 768px) {

}

/*
Tablet Styles
================================================== */
@media only screen and (min-width: 769px) and (max-width: 989px) {

}

/*
Desktop Styles
================================================== */
@media only screen and (min-width: 990px) {
    .survey {
    }

    .survey h2 {
        font-size: 1.25rem;
    }
}