.sublinks ul {
  list-style: none;
  padding: 1rem 0 2rem;
  margin: 0;
  display: block; }
  .sublinks ul li {
    position: relative;
    display: inline-block;
    padding: 0;
    padding-right: 8px;
    margin: 0; }
    .sublinks ul li:not(:first-child) {
      padding-left: 8px; }
    .sublinks ul li:not(:last-child):after {
      display: inline-block;
      content: " | ";
      position: relative;
      left: 8px; }

.owl-item > div {
  pointer-events: auto !important; }

.text-content {
  max-width: 900px;
  margin: 80px auto; }
  .text-content ul {
    list-style: square;
    color: #222; }
  .text-content table {
    width: 100%; }

.owl-blog-items {
  padding-top: 30px; }
  .owl-blog-items .owl-prev {
    left: 0; }
  .owl-blog-items .owl-next {
    right: 0; }
  .owl-blog-items .owl-prev,
  .owl-blog-items .owl-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #980054 !important;
    color: white !important;
    margin-top: -20px; }
    .owl-blog-items .owl-prev.disabled,
    .owl-blog-items .owl-next.disabled {
      display: none; }
  .owl-blog-items .card-blog-carousel-item {
    position: relative;
    display: block;
    text-align: center;
    max-width: 300px;
    min-width: 300px;
    margin-right: 15px;
    text-decoration: none; }
    .owl-blog-items .card-blog-carousel-item img {
      border-radius: 5px; }
    .owl-blog-items .card-blog-carousel-item h3 {
      margin: 0;
      background: transparent;
      font-size: 16px;
      padding-bottom: 1rem;
      color: black;
      text-decoration: none;
      text-align: left; }
    .owl-blog-items .card-blog-carousel-item:hover h3 {
      text-decoration: underline; }
