h1 {
    line-height: 115%;
    font-size: 36.0pt;
    font-family: "Aptos", sans-serif;
    color: #50164A;
}
h2 {
    line-height: 115%;
    page-break-after: avoid;
    font-size: 16.0pt;
    font-family: "Aptos Display", sans-serif;
    color: #0F4761;
    font-weight: normal;
}
h3 {
    line-height: 115%;
    page-break-after: avoid;
    font-size: 14.0pt;
    font-family: "Aptos", sans-serif;
    color: #0F4761;
    font-weight: normal;
}
h4 {
    line-height: 115%;
    page-break-after: avoid;
    font-size: 12.0pt;
    font-family: "Aptos", sans-serif;
    color: #0F4761;
    font-weight: normal;
    font-style: italic;
}
h5 {
    line-height: 115%;
    page-break-after: avoid;
    font-size: 12.0pt;
    font-family: "Aptos", sans-serif;
    color: #0F4761;
    font-weight: normal;
}
h6 {
    line-height: 115%;
    page-break-after: avoid;
    font-size: 12.0pt;
    font-family: "Aptos", sans-serif;
    color: #595959;
    font-weight: normal;
    font-style: italic;
}
body {
    margin: 0;
    background: #fff;
}
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 32px 24px;
    box-sizing: border-box;
}
header, main, footer {
    width: 100%;
    text-align: center;
}
nav {
    margin-top: 10px;
}
.clients-gallery {
    display: flex;
    justify-content: center;
}
table {
    margin: 0 auto;
}
section {
    margin-bottom: 32px;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clients-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    justify-items: center;
    align-items: center;
}
.clients-grid img {
    width: 100%;
    height: auto;
    max-width: 190px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
#contact p {
    margin-top: 2px;
    margin-bottom: 2px;
}
header img {
    max-width: 100%;
    height: auto;
}
#global img {
    max-width: 100%;
    height: auto;
}
