  .t4-main-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .page-header h1 {
    text-align: left;
  }

.items-row .item .item-inner {
  background: #f5ebf6;
  border-radius: var(--t4-border-radius);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.t4-module .module-inner {
  background: #f5ebf6;
  border-radius: var(--t4-border-radius);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 20px !important;
}
.t4-header-height {
    background-color: #f5ebf6;
}
  .pagenavigation {
    padding: 1rem;
  }
  @media (min-width: 992px) {
  #t4-header .header-top .container, #t4-header .header-top .t4-masthead .t4-masthead-detail, .t4-masthead #t4-header .header-top .t4-masthead-detail {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  @media (min-width: 992px) {
  .logo-image a {
    max-width: 600px;
  }
  p.readmore .btn:hover, p.readmore .blog-list .item-readmore a:hover, .blog-list .item-readmore p.readmore a:hover, p.readmore .btn:active, p.readmore .blog-list .item-readmore a:active, .blog-list .item-readmore p.readmore a:active, p.readmore .btn:focus, p.readmore .blog-list .item-readmore a:focus, .blog-list .item-readmore p.readmore a:focus {
  color: #ffffff;
  --t4-btn-hover-bg: var(--color-secondary);
  --t4-btn-border-color: var(--color-primary);
  }
  .items-row .item .btn-readmore {
  --t4-btn-border-color: var(--color-primary);
  --t4-btn-bg: var(--color-primary);
  --t4-btn-color: #ffffff;
  text-align: left;
  padding: 0.75rem 0.75rem;
  }
  .items-row .item .item-content .item-intro {
  margin-top: 0.2rem;
  }
  .item-intro {
  margin-bottom: 0.2rem;
  }
  .separator {
  color: #000000 !important;
  font-weight: bold;
  text-decoration: underline;
  }
  .nav-link {
  padding-left: 0 !important;  
  }