  .t4-main-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .page-header h1 {
    text-align: left;
  }
  .item-content {
    min-height: 210px;
  }
.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;
  }