.sayhello {
    text-align: center;
    line-height:14px;
}
.sayhello p {
    padding: 15px;
}
.contactsection {
    display:flex;
}
.contactsection section {
    width:30%;
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding-top:30px;
}
.contactsection section img {
    width:100%;
}
.emails p {
    font-size: 16px;
    margin-bottom: 10px;
}
.emails a {
    text-decoration: none;
}

@media screen and (max-width:650px){
    .contactsection section {
        width:60%;
    }
    .contactsection {
        display:block;
    }
}