.location-section-title {
    font-family: "CelebriSans-Bold", Arial, sans-serif !important;
    font-weight: bold;
    color: #2d3c49 !important;
    /* font-size: 40px; */
    font-size: 2rem;
}
.location .card{
    background: #f4f4f4;
    border: 0;
    min-height: 430px;
}
.location-header {
    font-family: "CelebriSans-Bold", Arial, sans-serif !important;
    margin-bottom: 0;
    font-weight: bold;
}
.location-header span{
    color: #2D56A5;
    font-size: 14px;
}
.location-header p {
    margin-bottom: 0;
    line-height: 0.9;
}
.location .card .card-body {
    padding: 0;
}
.location .card .card-body img{
    min-height: 150px;
}
.location .card .card-body p{
    margin-bottom: 0;
}
.location .card .card-body .location-address{
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
}
.locations-padding-y {
    padding-top: 1em;
    padding-bottom: 3.5em;
}