.owl-item h3.homeslide-title a {
  color: #004fba;
  font-size: 1em;
}

.l-region--slideshow .flexslider .group-right p {
  color: #333333;
  font-size: 0.9em;
}

@media (max-width: 799px) {
  .owl-carousel .owl-stage-outer {
    background: #e2e1db;
  }
}
@media (min-width: 800px) {
  .owl-item h3.homeslide-title {
    font-size: 1.5em;
  }
  .owl-item h3.homeslide-title:has(+ p) {
    font-size: 1.3em;
  }
  .l-region--slideshow .flexslider .group-right p {
    font-size: 1.2em;
    color: #fff;
  }
  .owl-item h3.homeslide-title a {
    color: #fff;
    font-size: 1.5em;
  }
  .l-region--slideshow .flexslider .homeslide-description p {
    color: #fff;
  }
}
/*breadcrumb */
.dynamic-breadcrumb .breadcrumb li:before {
  padding-right: 2px;
}