﻿@media only screen and (max-width: 800px) {

    .contact-split-section {
        height: 500px;
        /*grid-template-rows: 50%;*/
        grid-template-columns: auto;
        width: 100%;
        font-size: smaller;
        padding: 0;
        margin-bottom: 200px;
    }

        .contact-split-section > div {
            height: 250px;
        }

        /*.contact-split-section > .two-rows {
            display: flow;
        }

        .contact-split-section > .three-rows {
            display: flow;
        }*/

    .notice_container {
        width: 82%;
        padding-left: 12%;
        padding-right: 5%;
    }
}
