@media screen and (max-width:768px) {
    .about__list-item {
        display: block;
    }
    .table-wrapper .overlay-content {
        height: 100%;
    }
}

.fb_dialog_mobile iframe {
    bottom: 80px!important;
}


:root{
    --cc-font-family: "Barlow",sans-serif!important; 
    --cc-btn-primary-bg: #0075a6!important;
    --cc-btn-secondary-bg: #eaeff2!important;
    --cc-btn-secondary-hover-bg: #d8e0e6!important;
  }
  
  #c-s-bn, #s-inr button {
    height: auto;
    min-width: auto;
    min-height: 42px;
  }
  #c-bns button {
    padding:1rem!important;
    height: auto;
    min-height: 42px;
  }

  #c-txt {
   font-size: 14px!important;
   font-family: "Barlow",sans-serif!important; 
  }