.four-column-container{
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.four-column-container .vc_column-inner {
    padding: 0 !important;
}
.local_information {
    padding: 50px 0;
}

.local_information h2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: -0.48px;
    text-align: center;
    color: #3b87ca;
}

.local_information .col-lg-3 {
    margin-top: 30px;
}

.local_information h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.local_information p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 11px;
}

.local_information p a {
    color: inherit;
}

.local_information p a:hover {
    color: #f47920;
}

@media(max-width:992px){
    .local_information .col-lg-3 { min-height: 109px;}
    .local_information h3, .local_information p { text-align: center;}
}
@media(max-width:767px){
    .local_information h2 { font-size: 26px;}
    .local_information h3 { font-size: 17px;}
}
@media(max-width:480px){
    .for_small { width: 100% !important;}
    .local_information .col-lg-3 { min-height: 0px;}
}