.custom-html--sitecore td.table-align-center {
    width: 33.3%;
  }
  .custom-html--sitecore .icn_tbl {
    height: auto;
    width: 27.22%;
  }
  @media only screen and (max-width: 375px) {
    .custom-html--sitecore .icn_tbl {
      height: auto!important;
      width: 53.57% !important;
    }
  }
  @media only screen and (min-width: 376px) and (max-width: 414px) {
    .custom-html--sitecore .icn_tbl {
      height: auto!important;
      width: 47.1% !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
    .custom-html--sitecore .icn_tbl {
      height: auto!important;
      width: 28.455% !important;
    }
  }
  @media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .custom-html--sitecore .icn_tbl {
      height: auto!important;
      width: 32.3% !important;
    }
  }
  @media only screen and (min-width: 1000px) {
    .custom-html--sitecore .basic-table-spaces > tbody > tr > td:nth-child(3) {
      padding-left: 15px!important;
      padding-right: 15px!important;
    }
  }
  