@media only screen and (max-width: 991px) {

  section[style*="background-color:#ffffff"] {
    padding: 40px 0 !important;
    overflow-x: hidden !important;
  }

  section[style*="background-color:#ffffff"] > div {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
  }

  section[style*="background-color:#ffffff"] figure.table,
  section[style*="background-color:#ffffff"] table,
  section[style*="background-color:#ffffff"] tbody,
  section[style*="background-color:#ffffff"] tr,
  section[style*="background-color:#ffffff"] td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  section[style*="background-color:#ffffff"] td {
    padding: 24px 18px !important;
    margin-bottom: 18px !important;
  }

  section[style*="background-color:#ffffff"] h1 {
    font-size: 34px !important;
    line-height: 1.15 !important;
  }

  section[style*="background-color:#ffffff"] h2 {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

  section[style*="background-color:#ffffff"] p {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  section[style*="background-color:#ffffff"] figure.image,
  section[style*="background-color:#ffffff"] .image_resized {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  section[style*="background-color:#ffffff"] img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }

  section[style*="background-color:#ffffff"] p:has(a) {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  section[style*="background-color:#ffffff"] p a {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
    white-space: normal !important;
  }
}