.addsMainCont>div.row{
    padding: 10px 0;
}
.addressCont>div.row{
    padding: 10px;
}
.addressCont{
    min-width: 350px;
    max-width: 350px;
}
.addsText{
    font-size: 18px;
    font-weight: bold;
}
.addsText span{
    color: #185390;
}
.addsIcon{
    max-width: 40px;
}
.addsTitle{
    height: 90px;
    font-size: 32px;
    color: black;
    padding: 15px 20px;
    border-bottom: 1px solid #CCCCCC;
}
.mapAddsCont{
    height: 550px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #cccccc;
}
.addressMap{
    width: 95%;
    height: 500px;
    margin: 20px auto;
}
.emailLink{
    border-radius: 3px;
    background-color: #cccccc;
    text-align: center;
    cursor: pointer;
}
.emailLink:hover{
    background-color: #c20216;
    color: white;
}


@media (max-width: 576px)  {
    .addsTitle{
        font-size: 26px;
    }
}