  .module-blocks-1231 .wrapper {
    font-family: Arial, Helvetica, sans-serif;
    color: #4a4a4a;
  }

  .module-blocks-1231 .wrapper > p:first-child {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    line-height: 1.7;
    font-size: 15px;
  }

  .module-blocks-1231 .wrapper > p {
    margin: 0 0 24px;
  }

  .module-blocks-1231 .wrapper > p img {
    display: block;
    max-width: 940px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .module-blocks-1231 .module-item {
    max-width: 940px;
    margin: 0 auto 24px;
  }

  .module-blocks-1231 .block-content.block-html {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .module-blocks-1231 .block-content.block-html img {
    flex: 1 1 calc(50% - 12px);
    min-width: 280px;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .module-blocks-1231 .block-footer .table-responsive {
    border: 1px solid #e0e0e0 !important;
    overflow: visible !important;
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
  }

  .module-blocks-1231 .block-footer table {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    font-size: 14px;
    border: none;
    background: none;
  }

  .module-blocks-1231 .block-footer table tr,
  .module-blocks-1231 .block-footer table tr:nth-child(even),
  .module-blocks-1231 .block-footer table tr:nth-child(odd) {
    background: #fff !important;
  }

  .module-blocks-1231 .block-footer table td {
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 14px 20px !important;
    background: none !important;
    vertical-align: middle;
  }

  .module-blocks-1231 .block-footer table tr:last-child td {
    border-bottom: none !important;
  }

  .module-blocks-1231 .block-footer td:first-child {
    text-align: right;
    width: 45%;
    color: #555;
    white-space: nowrap;
  }

  .module-blocks-1231 .block-footer td:last-child {
    text-align: left;
    color: #333;
    padding-left: 28px !important;
  }

  @media (max-width: 600px) {
    .module-blocks-1231 .block-content.block-html {
      gap: 16px;
    }
    .module-blocks-1231 .block-content.block-html img {
      flex: 1 1 100%;
    }
    .module-blocks-1231 .block-footer table {
      font-size: 13px;
    }
    .module-blocks-1231 .block-footer table td {
      padding: 10px 12px !important;
    }
    .module-blocks-1231 .block-footer td:last-child {
      padding-left: 16px !important;
    }
  }