@media not screen, screen and (min-width: 569px) {

  #sp-site-navigation-1 > ul > li > a{
    white-space : nowrap;
    overflow : visible;
    word-wrap : normal;
  }

  #sp-table-1{
    margin-top : 5px;
    min-height : 163px;
  }

  .sp-wp-post-list#sp-wp-post-list-1{
    min-height : 248px;
  }

  .sp-wp-post-list#sp-wp-post-list-2{
    margin-bottom : 26px;
    min-height : 251px;
  }
}

@media screen and (max-width: 568px) {

  #sp-block-container-1{
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #sp-block-container-1::after{
    background-color : #ffffff;
    width : 100%;
    height : 1px;
    display : block;
    content : "";
  }

  #sp-site-branding2-1 > .site-title{
    margin-left : -7px;
    margin-right : -14px;
    margin-bottom : 2px;
    width : 329px;
    height : 73px;
  }
}