@media only screen and (min-width: 1400px)
{
#genesis-content .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
}

:where(.tiled-gallery .wp-block-columns.is-layout-flex) {
    gap: 0!important;
  }

  .tiled-gallery .wp-block-columns.is-layout-flex img
  {
    width:100%!important;
  }


  .site-footer .widget
  {
    margin:0;
  }

  .check:before
  {
    background:url('./images/check.svg');
    border:none!important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px !important;

    height: 40px !important;
    transform: none !important;
    top: 9px !important;
  }
  li.check
  {
    
    padding-bottom:8px;
  }

  .bigtext
  {
    font-size:1.2rem;
  }