﻿.webcontact {
    padding-bottom:20px;
    border-bottom:1px solid #000;
    margin-bottom:20px;
}
.col-md-3 {
    text-align: center;
    margin-bottom: 30px;
}
.contact-img img {
    width: 30%;
}
.contact-info-title {
    color:red;
}
.contact-info-content {
    font-size:14px;
}
.addressmap {
    margin-bottom:50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (min-width: 479px) and (max-width: 768px) {
    .col-xs-3 {
        width: 50%;
    }
}
@media only screen and (max-width: 479px) {
    .col-xs-3 {
        width: 50%;
    }
}