.history-content.did-you-know {
    padding: 20px 26px !important;
    margin: 0 0 40px;
    background-color: var(--gold);
}

.history-content.did-you-know h3 {
    font-family: serif;
    font-size: 2.5em;
    text-transform: none;
    color: #fff;
    margin: 0;
}

.history-content.did-you-know .about {
    color: #fff;
    margin: 15px 0 0;
}

.history-content.did-you-know ul {
    list-style: none;
    margin: 0;
    padding: 22px 0 0;
}

.history-content.did-you-know ul li {
    line-height: 1.3;
    color: #fff;
}

.history-content.did-you-know ul li.title {
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding: 0 0 2px;
    margin: 0 0 5px;
}

.history-content.did-you-know .image-slider {
    margin-top: 20px;
}

.history-content.did-you-know .image-slider .img {
    position: relative;
}

.history-content.did-you-know .image-slider .img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    background-color: rgba(54, 54, 54, 0.8);
}
