.l-service-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 18px -20px 0;
}

.l-service-list-item {
    width: 46%;
    padding: 0 20px;
    margin-bottom: 60px;
}

.service-card {
    display: block;
    position: relative;
}

.service-card-inner {
    display: block;
}

.service-card-media {
    width: 100%;
    box-shadow: 0 4px 18.62px 0.38px rgba(14,14,14,.39);
    position: relative;
    -webkit-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}

.service-card-media-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.service-card-image {
    width: 100%;
    height: 305px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}

.service-card-media-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #181818;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.service-card-media:after {
    content: "";
    width: 1px;
    height: 63px;
    border-right: 1px solid #181818;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
}

.service-card-content {
    background: #fff;
    padding: 30px 30px 27px;
    margin: 0 20px;
    color: #181818;
}

.heading-section {
    display: block;
    text-align: center;
}

.heading-section-title-md {
    font-size: 28px;
    color: #E8588E;
    text-shadow:none;
    margin-bottom: 10px;
}


.heading-section-subtext {
    display: block;
    font-size: 13px;
    letter-spacing: .05em;
}

.l-content-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 70px;
    padding-top: 30px;
}

*, ::after, ::before {
    box-sizing: inherit;
}

.contentWrap .in {
    max-width: 1150px;
    margin: 0 auto;
    margin-top: 30px;
}

.subtitle {
    padding: 30px 45px;
    background-color: #3c3c3c;
    zoom: 1;
}

.subtitle h2 {
    float: left;
    margin-top: 5px;
}

.subtitle p {
    margin-left: 365px;
    color: #adaaa1;
    font-size: 14px;
    line-height: 1.6;
}

.subtitle:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}


@media(max-width:1024px){
.l-service-list-item {
    float: none;
    width: 100%;
}

}


@media(max-width:768px){
.l-content-wrapper {
    padding: 0 10px;
    padding-top: 0px;
}

.contentWrap .h3_p {
    font-size: 15px;
    line-height: 27px;
}


.heading {
    margin: 0 20px 6px;
    padding: 9px 0;
}

.heading-section-title {
    font-size: 24px;
}

.heading-section-subtext {
    font-size: 10px;
}

.l-service-list {
    display: block;
}

.l-service-list-item {
    width: 94%;
    padding: 0;
    margin-bottom: 35px;
}

.service-card-image {
    height: auto;
    padding-top: 56.5%;
}



.service-card-media:after {
    height: 33px;
    bottom: -15px;
}

.service-card-content {
    padding: 20px 20px 18px;
}

.heading-section-title-md {
    margin-top: 0px;
    font-size: 25px;
    margin-bottom: 5px;
}

.heading-section-subtext {
    font-size: 20px;
}
}

@media (max-width: 640px){

.heading-section-title-md {
    font-size: 18px;
    line-height: 22px;
}

.heading-section-subtext {
    font-size: 13px;
}

.service-card-content {
    margin: 0 0 35px 0px;
    padding: 20px 10px 18px 5px;
}
.l-service-list-item {
    width: 90%;
}
.l-service-list {
    margin: 18px -20px 0;
}
}