.home-homebody-content {
    h2 {
        color: #0F6480;
        font-family: 'Eurostile', Georgia, Times, 'Times New Roman', serif;
        font-size: 2.5rem;
        text-transform: uppercase;
        margin: 3rem 0 1rem 0;
    }
    @media (max-width: 768px) {

        h2 {
            font-size: 1.75rem;
        }
        padding: 4rem 0;
        text-align: center;
    }


}

.homebody-image {
    display: block;
    @media (max-width: 768px) {
        display: none;
    }

}