Start by selecting the containing parent element for specificity ( .job-posting
), then apply the pseudo selector :last-child
to the containing element of the class .process
that you want to target:
.job-posting .col-md-4:last-child .process {
border-right: 0px;
}
, , , , - , .job-posting
, , , DOM.