.facts .inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: var(--wp--style--global--wide-size);
    margin-left: auto;
    margin-right: auto;
  }

  .facts .column {
    width: 100%;
  }

  .facts .column.content {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto;
    margin-right: auto;
  }

  .facts .column.content p {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .facts .column.content img  {
    width: 100%;
    max-width: 684px;
  }

  .facts .column.content .button-wrapper {
    padding: 0 !important;
  }

  .facts .content ul li {
    font-size: var(--wp--preset--font-size--small) !important;
    line-height: 32px !important;
    padding-bottom: 12px;
  }

  @media(max-width: 768px){
    .facts .content ul li {
      font-size: 1rem !important;
      line-height: 1.5rem !important;
    }
  }

  .facts figure {
    margin-top: 1.5rem !important;
  }

  .facts figure.is-style-stripes {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    border-bottom: none;
  }

  .facts table {
    width: 100%;
    min-width: 684px;
    border-collapse: collapse;
  }

  .facts--blue figure.is-style-stripes table thead {
    border-bottom: none !important;
  }

  .facts--blue figure.is-style-stripes table thead th {
    border: 1px solid #B1C3CE !important;
    font: var(--wp--preset--font-size--body-huge) !important;
    font-weight: 600 !important;
    font-size: var(--wp--preset--font-size--small) !important;
    line-height: 31px !important;
    padding-left: 10px !important;
  }

  .facts--blue figure.is-style-stripes table thead tr:nth-child(odd) {
    background-color: var(--wp--preset--color--light-blue) !important;
  }

  .facts--white figure.is-style-stripes table thead tr:nth-child(odd) {
    background-color: var(--wp--preset--color--white) !important;
  }

  .facts figure.is-style-stripes table tr:nth-child(odd) {
    background-color: #D9E4ED !important;
  }

  .facts table td {
    border: 1px solid #B1C3CE !important;
    font-size: var(--wp--preset--font-size--small) !important;
    line-height: 31px !important;
    padding-left: 10px !important;
  }

  .facts--blue {
    background-color: var(--wp--preset--color--light-blue);
  }
