.location_list {
    padding: 4em 0;
}
.location_list .cusrow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.location_list .cusrow .col4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
    margin: 10px 0;
    width: 100%;
}
.loaction_box {
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 7px 13px rgba(0,0,0,.1);
}
.loaction_box .location_img {
    height: 290px;
    overflow: hidden;
    width: 100%;
    display: block;
}
.loaction_box .location_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: all .5s ease;
}
.loaction_box .location_content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.loaction_box .location_content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
}
.loaction_box .location_content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
    font-weight: 400;
    line-height: 1.65;
    margin-bottom: 16px;
}
.loaction_box .location_content .read_more {
    margin-top: auto;
}
.loaction_box .location_content .read_more a {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 7px;
    background-color: var(--mars-location-global);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
@media screen and (max-width: 980px){
    .location_list .cusrow .col4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 575px){
    .location_list .cusrow .col4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.service_content_single .cusrow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.service_content_single .cusrow .col6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 15px 0;
    width: 100%;
    box-sizing: border-box;
}
.single-mars-location .site-content>.ast-container {
    max-width: 100%;
    padding: 0 !important;
}
.single_loc .pageheader {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7em 0;
    background-color: #eee;
    position: relative;
    z-index: 1;
}
.single_loc .pageheader:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    mix-blend-mode: multiply;
    background: linear-gradient(45deg, var(--mars-location-global), transparent 100%);
    pointer-events: none;
}
.single_loc .pageheader .pagetitle .entry-title {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    max-width: 900px;
}
.loc_services .service_content_single {
    padding: 2em 0;
}
.service_content_single .service_inner h2 {
    text-transform: uppercase;
    font-size: 42px;
    max-width: 280px;
    margin-top: -34px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    line-height: 1.1;
    position: relative;
    font-weight: 500;
}
.service_content_single .service_inner h2 .underline {
    display: block;
    position: absolute;
    height: 2px;
    width: 230px;
    bottom: 0;
    left: 0;
}
.service_content_single .service_inner .desc p:not(:last-child) {
    margin-bottom: 15px;
}
.service_content_single .service_inner .cusbtn {
    padding-top: 20px;
}
.service_content_single .service_inner .cusbtn .et_pb_button {
    display: inline-block;
    padding: 8px 38px;
    border: 2px solid;
    letter-spacing: 1px;
    transition: all .3s ease;
    border-radius: 50px;
}
.service_content_single .service_inner {
    background-color: #F1F2F2;
    box-shadow: -80px 0 0 #f1f2f2;
    position: relative;
    z-index: 0;
    margin-top: 80px;
    padding: 0 3em 3em 2em;
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 60px);
}
.service_feature_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    max-height: 575px;
    height: 100%;
}
.service_feature_img picture, .service_feature_img picture img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
.service_content_single .service_inner .desc p:last-child {
    margin-bottom: 0;
}
.loc_services .service_content_single:nth-child(even) .col6:last-child {
    order: -1;
}
.loc_services .service_content_single:nth-child(even) .col6:last-child .service_inner {
    box-shadow: 80px 0 0 #f1f2f2;
}
.loc_services .service_content_single:nth-child(even) {
    background-color: #fff;
}
.single_loc {
    background-color: #fff;
}
.loc_services {
    padding: 3em 0;
}
@media screen and (max-width:767px) {
    .service_content_single .cusrow .col6 {
        flex: 0 0 100%;
        max-width: 100%;
        order: 0 !important;
        margin: 0 !important;
    }
    .service_content_single .service_inner h2 {
        font-size: 28px;
    }
    .service_content_single .service_inner h2 .underline {
        width: 100%;
        max-width: 160px;
    }
    .service_content_single .service_inner {
        margin-top: 60px;
        box-shadow: -80px 0 0 #f1f2f2, 80px 0 0 #f1f2f2 !important;
        padding-left: 0 !important;
        padding-right: 0;
    }
    .service_content_single .ast-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .single_loc .pageheader {
        padding: 4em 20px !important;
    }
    .single_loc .pageheader .pagetitle .entry-title {
        font-size: 34px;
    }
    .loc_services .service_content_single {
        padding: 1em 0;
    }
    .loc_services {
        padding: 2em 0;
    }
}