.model-ribbon {
    background: #e9f7f8;
    border-bottom: 1px solid #c7e7ea;
}

.model-ribbon .shell {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.model-ribbon span {
    color: #087f8c;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.model-ribbon strong {
    font-family: var(--display);
}

@media (max-width: 560px) {
    .model-ribbon .shell {
        min-height: 62px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 1px;
    }
}
.brand-model-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:24px 0 42px}.brand-model-links a{display:block;padding:14px 16px;border-left:3px solid #30b9ca;background:#f3f8fb;color:#071526;font-weight:750;text-decoration:none}.brand-model-links a:hover{border-left-color:#f57922;color:#087a90}@media(max-width:700px){.brand-model-links{grid-template-columns:1fr}}
