.super-history-content .super-history-header {
    padding: 24px;
}

.super-history-content .super-history-header p {
    padding: 24px;
    background-color: #f8f8f8;
    font-size: 14px;
}

.super-history-content {}

.super-history-content .super-history-img {
    width: 100%;
    text-align: center;
    padding: 0px 8px;
    margin :32px 0px;
}

.super-history-content .super-history-img img {
    width: 100%;
    max-width: 750px;
}

.super-history-content .super-history-contents {
    /* margin-top: 32px; */
}

.super-history-content .super-history-contents .super-history-box {
    padding: 0px 16px;
    margin-bottom: 16px;
}

.super-history-content .super-history-contents .super-history-box .super-history-title {
    color: #0066CC;
}

.super-history-content .super-history-contents .super-history-box .super-history-list {
    padding: 0px 16px;
}

.super-history-content .super-history-contents .super-history-box .super-history-list li {
    list-style-type: disc;
    font-size: 14px;
}

.super-history-content .super-history-contents .super-history-box p {
    padding: 0px 16px;
    font-size: 17px;
}

.super-history-content .super-history-contents .super-history-box strong {
    font-size: 17px;
}

.super-history-content .super-history-contents .super-history-box p a {
    color: #0066CC;
    border-bottom: 1px solid #0066CC;
}

@media(min-width: 768px) {
    .super-history-content .super-history-img {
        /* padding-right: 72px; */
    }
}