body .is-laout-constrained > * {
        max-width: 1920px !important;
}

body .is-layout-constrained {
      width: 100% !important;
      display: flex !important;
      flex-direction: column !important;
      flex-wrap: wrap !important;
      justify-content: center;
      align-items: center;
      margin: 0 !important;
}

body .is-layout-constrained > figure {
      width: 100% !important;
}

body .is-layout-constrained > h1 {
  text-align: left;
  width: 100% !important;
  margin-bottom: 15px !important;
}

body .is-layout-constrained > p {
    width: 100%  !important;
    overflow-wrap: break-word !important;
    white-space: normal;
} 
 .single-post .entry-content h2{
    font-size: 14px !important;
    font-weight: 700 !important;
}
#ast-scroll-top{
  background-color: #057E8D !important;
}

