#history {
    --hq-frame-wrap-width: 460px;
    --hq-frame-wrap-height: 320px;
    width: var(--hq-frame-wrap-width);
    height: var(--hq-frame-wrap-height);
    margin-left: 20px;
    position: relative;
}

figure {
    padding: 2em;
}

figure {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
}

figure img {
    max-width: 80%;
    height: auto;
    display: block;
}

.special-text {
    color: #fec107 !important;
    font-weight: bold;
}

.dblock {
    display: block;
}

a.special-text:hover, .ctext {
    color: #122f2a !important;
}

@media (max-width: 992px) {
    .main-slider {
        height: var(--hq-slider-height-mobile, 720px) !important;
        overflow: hidden;
    }
    .swiper-wrapper {
        height: 100% !important;
    }
    .swiper-slide {
        height: 100% !important;
    }
}

@media (max-width: 767px) {
    .main-slider {
        --hq-slider-height-mobile: 640px!important;
    }
}

.active-link {
    font-weight: bold;
    background-color: #fec107 !important;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px;
}

.space-link {
    margin: 10px;
    color: #122f2a !important;
}

.collection-title {
    font-size: 1.25em;
    font-weight: bold;
    margin: 0.5em 0;
}

.cat-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
}