﻿

.svc-border {
    border-right: none;
}

.u-ns-bg-v1-bottom.g-bg-gray-light-v5::before, .g-parent.g-bg-gray-light-v5 .u-ns-bg-v1-bottom::before {
    border-top-color: #f7f7f7;
}



/* ********************************************************  */
/* Media Tag Additions Colors */
/* ********************************************************  */


/* SMALL */
@media only screen and (min-width: 410px) {

}

/* MEDIUM */
@media only screen and (min-width: 768px) {
 
}

/* LARGE */
@media only screen and (min-width: 992px) {
    .svc-border {
        border-right: 3px solid #F34D2A;
    }

}


/* X-LARGE */
@media only screen and (min-width: 1200px) {

}

