/* Shared presentation for the company evidence stored in the CMS about page. */
.qs-company-evidence { scroll-margin-top: 110px; }
.qs-company-links { line-height: 1.8; }
.qs-company-links span { margin: 0 8px; color: #8195a5; }
.qs-company-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin: 22px 0 0; }
.qs-company-card { min-width: 0; margin: 0; overflow: hidden; border: 1px solid #dce8f0; border-radius: 10px; background: #fff; }
.qs-company-card .qs-company-photo { display: block; aspect-ratio: 16 / 10; background: #edf2f5; border: 0 !important; }
.qs-company-card .qs-company-photo img { display: block; width: 100% !important; max-width: 100%; height: 100% !important; margin: 0 !important; object-fit: cover; object-position: center; border-radius: 0 !important; }
.qs-company-card figcaption { padding: 18px 20px 20px; }
.qs-company-card figcaption h3 { margin: 0 0 8px !important; color: #1e638e; font-size: 19px; line-height: 1.5; }
.qs-company-card figcaption p { margin: 0 !important; color: #40566a; font-size: 15px; line-height: 1.85; }
.qs-company-model { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 26px; align-items: start; margin-top: 22px; }
.qs-company-model-figure { min-width: 0; margin: 0; }
.qs-company-model-figure a { display: block; border: 0 !important; }
.qs-company-model-figure img { display: block; width: 100%; height: auto; margin: 0 !important; border-radius: 8px; }
.qs-company-model-figure figcaption { margin-top: 10px; color: #617688; font-size: 14px; line-height: 1.7; }
.qs-company-model-steps { margin: 0; padding: 0; }
.qs-company-model-steps > div { margin: 0; padding: 12px 0; border-bottom: 1px solid #e3edf4; }
.qs-company-model-steps > div:first-child { padding-top: 0; }
.qs-company-model-steps dt { margin: 0 0 4px; color: #1e638e; font-size: 17px; font-weight: 700; line-height: 1.5; }
.qs-company-model-steps dd { margin: 0; color: #40566a; font-size: 15px; line-height: 1.8; }
.qs-company-evidence a:focus-visible, .qs-company-links a:focus-visible { outline: 3px solid #1479c9; outline-offset: 4px; }
.qs-mobile-about .qs-company-evidence { margin: 24px 0; padding: 22px 0; border-top: 1px solid #e3edf4; border-bottom: 1px solid #e3edf4; }
.qs-mobile-about .qs-company-evidence h2 { margin: 0 0 12px; color: #173f63; font-size: 22px; line-height: 1.45; }
.qs-mobile-about .qs-company-evidence > p { margin: 0 0 14px; }
.qs-mobile-about .qs-company-links { margin: 14px 0; }
.qs-mobile-about .qs-company-links a { color: #0876ba; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 760px) {
  .qs-company-grid, .qs-company-model { grid-template-columns: 1fr; gap: 18px; }
  .qs-company-card figcaption { padding: 15px 16px 17px; }
  .qs-company-card figcaption h3 { font-size: 18px; }
  .qs-company-model-steps { padding-top: 2px; }
}
