﻿.contact {
    margin-bottom: 1em;
}


.contact-img {
    width: 100px;
    margin-bottom: .2em;
}


@media screen and (min-width:768px) {
    .contact {
        display: flex;
        flex-direction: row;
    }

   .contact-information {
       margin-top : .8em;
       margin-left: .5em;
   }


}