.dummy_about_heading {
    padding-top: 4rem;
}
.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
.vc_row[data-vc-full-width] {
    transition: opacity .5s ease;
    overflow: hidden;
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.dummy_about_heading h2 {
    font-size: 32px;
    padding-bottom: 50px;
    font-weight: 700;
}
.comman_about {
    padding: 0 0 6rem;
    padding-right: 0;
    padding-left: 0;
}
.comman_about h2 {
    color: #0339a6;
    margin-top: 0;
    font-size: 35px;
    line-height: 44px;
}
.wpb_wrapper {
    line-height: 2;
}
.archive-header h1 {
    text-transform: capitalize;
    font-size: 4.4rem;
    color: #353535;
    font-weight: 400;
}

#page-header .menu-btn .menu-line {
    background-color: #0339a6;
}

#page-header .search svg {
    fill: #0339a6;
}
.location_image {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex
;
    flex-direction: column;
}
.location_image li {
    display: inline-flex;
    display: inline-flex;
    margin-bottom: 3rem;
    display: flex;
    margin-bottom: 3rem;
    width: 100%;
}
.location_image li {
    height: 100%;
    width: 100%;
}
.location_image>li {
    border-radius: 0;
    overflow: hidden;
}
.location_image li figure {
    width: 47%;
}
.location_image li figcaption {
    width: 52%;
    padding: 0 3rem;
}
.location_image h2 {
    color: #0339a6;
    margin-top: 0;
}
.location_image li p {
    color: #3c3d40;
    font-size: 15px;
}
.location_image img {
    object-fit: cover;
}
@media screen and (max-width: 991px) {
    .comman_about h2 {
        font-size: 24px;
    }
    .archive-header h1 {
        font-size: 36px;
    }
    .comman_about {
        position: initial !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .location_image {}

    .location_image li {
        display: block;
    }

    .location_image li figure {
        width: 100%;
    }

    .location_image li figcaption {
        width: 100%;
    }

    .dummy_about_heading {
        position: initial !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .dummy_about_heading h2 {
        font-size: 24px;
    }
}