<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index__body {
    margin-bottom: 123px;
}
.index__item-list {
    display: flex;
    flex-wrap: wrap;
}
.index__item-list-item { position: relative; width: 100%; margin: 8px; padding: 21px 21px 50px 21px; background-color: var(--dp-lighter-blue); }
.index__item-use-blue {
    background-color: var(--dp-dark-blue);
}
    .index__item-use-blue .index__item-list-header,
    .index__item-use-blue .index__item-list-body, .index__item-use-blue .index__item-list-body p,
    .index__item-use-blue .index__item-list-link {
        color: #fff;
    }
.index__item-list-header {
    font-family: "linotype-didot", Arial, sans-serif;
    color: var(--dp-dark-blue);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    margin: 15px 0;
}
.index__item-list-body {
    color: var(--dp-dark-blue);
    font-size: 20px;
    font-weight: 500;
}
.index__item-list-link {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: var(--dp-dark-blue);
    font-size: 20px;
    font-weight: 600;
    text-align: right;
}
    .index__item-list-link::after { content: '&gt;'; font-family: monospace; display: inline-block; font-size: 132%; width: 20px; height: 20px; font-weight: lighter; }


@media only screen and (min-width: 768px) {
    .index__item-list-item {
        width: calc(34% - 32px);
        min-width:400px;
        min-height:400px;
    }
    .index__item-list-header { font-size: 45px; }
}</pre></body></html>