/* Restore the light-guide cards below the desktop breakpoint. */
@media (max-width: 1199px) {
  .ul-light-guide {
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 44px 18px 52px !important;
    background: #fff !important;
  }

  .ul-light-guide__header {
    width: 100% !important;
    margin: 0 0 24px !important;
  }

  .ul-light-guide__header > span {
    display: block !important;
    margin-bottom: 8px !important;
    color: #a66b00 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
  }

  .ul-light-guide__header h2 {
    margin: 0 0 10px !important;
    color: #111827 !important;
    font-size: 30px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
  }

  .ul-light-guide__header p {
    margin: 0 !important;
    color: #66707d !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .ul-light-guide__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    width: 100% !important;
  }

  .ul-light-guide__card {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 176px !important;
    padding: 20px !important;
    color: #111827 !important;
    background: #fff !important;
    border: 1px solid #dddfe1 !important;
    border-radius: 12px !important;
    box-shadow: 0 7px 22px rgba(17, 27, 40, .05) !important;
    text-decoration: none !important;
  }

  .ul-light-guide__icon {
    box-sizing: border-box !important;
    display: grid !important;
    flex: 0 0 44px !important;
    place-items: center !important;
    width: 44px !important;
    height: 44px !important;
    color: #fff !important;
    background: #17344d !important;
    border-radius: 50% !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .ul-light-guide__card > div {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-width: 0 !important;
    min-height: 134px !important;
  }

  .ul-light-guide__card h3 {
    margin: 0 0 10px !important;
    color: #111827 !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
  }

  .ul-light-guide__card p {
    margin: 0 0 16px !important;
    color: #66707d !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  .ul-light-guide__card strong {
    margin-top: auto !important;
    color: #a66b00 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ul-light-guide {
    padding: 56px 28px 64px !important;
  }

  .ul-light-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}
