@media screen and ( max-width:768px) {
    #contact p{
        font-size: 8px;
    }
}

@media screen and ( min-width:768px) {
    #contact p{
        font-size: 18px;
    }
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#contact p{
    word-wrap: break-word;
}