#contact-box {
    font-size: 18px;
    line-height: 2em;
    margin-top: 18px;
}

#contact-box p {
    margin: 10px 0;
    text-align: justify;
}

#contact-box h2 {
    font-size: 18px;
    line-height: 2em;
    margin: 0!important;
}

#map {
    height: 500px;
    border: #ccc solid 1px;
    font-size: 15px;
    margin-bottom: 28px;
    width: 60%;
}
@media (max-width: 750px) {
    #map{
        width: auto;
    }
}
.phone{
    font-size: 25px;
    color: #e79313;
}
