.about-section{
  padding:0px 0px 50px 0px;
}
.about-section .about-container .header-title{
    border-bottom: 1px dashed #DDDDDD;
    color: #342272;
    font-size: 24px;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin:0 0 25px 0;
    padding:0;
    font-weight: 400;
    font-family: "Maven Pro", sans-serif;
} 
.about-section .about-container{
  max-width:1090px;
  margin:0 auto;
}
.widget-snippet .about-section .about-container p {
    padding: 0;
    margin: 0 0 15px 0;
    color: #666;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Maven Pro", sans-serif;
}
.about-section .map-section{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px #DDDDDD;
    padding: 10px;
    margin-top: 25px;
}

