﻿

.contact-split-section {
    height: 400px;
    grid-template-columns: 50% 50%;
    display: grid;
    width: 100%;
    padding: 50px 5%;
    padding-top: 0;
    font-family: 'Gotham';
}

    .contact-split-section > .two-rows {
        display: inline-grid;
        grid-template-rows: 50%;
    }
    .contact-split-section > .three-rows {
        display: inline-grid;
        grid-template-rows: 20% 20% 50%;
    }

    .contact-split-section > div {
        white-space: pre-wrap;
    }


