.mp-company-history {
    padding: clamp(56px, 8vw, 112px) clamp(24px, 7vw, 112px);
    background: #171a1c;
    color: #fff;
}

.mp-company-history-heading {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(28px, 7vw, 110px);
    align-items: end;
    margin-bottom: clamp(34px, 5vw, 64px);
}

.mp-company-history-heading h2 {
    margin: 0;
}

.mp-company-history-heading > p {
    max-width: 720px;
    margin: 0;
    color: #b7bec0;
    font-size: 17px;
    line-height: 1.65;
}

.mp-company-history-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 1px;
    background: #3a3f41;
    border: 1px solid #3a3f41;
}

.mp-company-history-card {
    min-width: 0;
    background: #202426;
}

.mp-company-history-card figure {
    aspect-ratio: 4 / 3;
    margin: 0;
    padding: 12px;
    background: #f0f1ef;
}

.mp-company-history-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mp-company-history-card-copy {
    padding: 24px;
}

.mp-company-history-card-copy span {
    display: block;
    margin-bottom: 10px;
    color: #aeb5b7;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.mp-company-history-card-copy h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.015em;
}

.mp-company-history-card-copy p {
    margin: 0;
    color: #b7bec0;
    font-size: 14px;
    line-height: 1.55;
}

.mp-company-history-card.is-text-only {
    display: flex;
    min-height: 100%;
    align-items: flex-end;
    background: #2a3032;
}

.mp-company-history-note {
    margin: 1px 0 0;
    padding: clamp(24px, 4vw, 42px);
    background: #e9ebe8;
    color: #171a1c;
    font-size: 16px;
    line-height: 1.6;
}

.mp-company-history-note strong {
    font-weight: 800;
}

@media (max-width: 980px) {
    .mp-company-history-heading {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .mp-company-history {
        padding: 48px 20px;
    }

    .mp-company-history-grid {
        grid-template-columns: 1fr;
    }

    .mp-company-history-card.is-text-only {
        min-height: 220px;
    }
}
