/* CSS Document */
.breadcrumbs {
    color: #a5293c;
    font-size: 20px;
    margin: 0 0 28px;
}
.services-section:not(.top) { display: none }
.services-section.top .cta {
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.services-section.top .cta:nth-child(even) { border-right: none }

@media (max-width: 1200px) {}
@media (max-width: 991px) {
    .services-section.top .cta { border-right: none }
}
@media (max-width: 768px) {}