#0history {
    --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 {
    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;
    }
}