.home-about-container{
    padding: 77px 0 0;
}
.ha-content{
    text-align: center;
}
.about-firm-image{
    padding-top: 42px;
}
.home-about-bottom-image{
    min-height: 410px;
    margin-bottom: 45px;
}
.about-content-container{
    padding: 60px 0 15px;
}
@media (max-width:767px){
    .home-about-bottom-image{
        min-height: 230px;
    }
    .home-about-headline br{
        display: none;
    }
}
@media (min-width:768px){
    .home-about-headline br{
        display: none;
    }
}
@media (min-width:992px){
    .home-about-headline br{
        display: inline-block;
    }
}
