.text-justify{
    text-align: justify
}

.service-tab-section{
    margin-top: 30px;
         margin-bottom: 30px;
}



.service-tab-section ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left:0
}

.service-tab-section ul li {
        width: 30%;
    border-color: green;
    margin-right: 15px;
    border: 1px solid;
    padding: 6px 10px;
    margin-bottom: 10px;
    float: left;
    color: #000;
    border: 1px solid #000;
}

.service-tab-section ul li a {
    display: block;
     color: #3e3428;
    font-size: 18px;
}

.serving-location{
    margin-bottom: 30px;
}
 

.serving-location ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left:0
}

.serving-location ul li {
     border-color: green;
    margin-right: 15px;
     padding: 6px 10px 6px 0;
    margin-bottom: 10px;
    float: left;
    color: #000;
 }

.serving-location ul li a {
    display: block;
   color: #3e3428
}

.serving-location img{
        width: 30px;
}

ul.footer-list li  {
    margin-bottom: 10px;
}

ul.footer-list li a{
    color: #000;
        font-size: 18px;
}

.location-section{
        margin-top: 70px;
    margin-bottom: 70px;
}

.location-section img{
    max-width: 100%
}


.location-section h2,h3,h4{
  color: #3270FC;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: bold;
    font-size: 34px;
    margin-bottom: 10px;
}


