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

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

.super-category-content .super-category-header p a {
    color: #0066CC;
    border-bottom: 1px solid #0066CC;
    font-size: 14px;
}

.super-category-content .super-category-header p strong {
    font-weight: bold;
    font-size: 17px;
}

.super-category-content {}

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

.super-category-content .super-category-img img {
    width: 100%;
    max-width: 676px;
}

.super-category-content .super-category-text-img {
    padding: 0px 16px;
    font-size: 20px;
    padding-bottom: 8px;
    font-weight: bold;
    color: #1563af;
}

.super-category-content .super-category-text-img span {
    background-color: #92cffb;
    padding: 4px;
    color: #fff;
    margin-right: 4px;
    font-size: 20px;
}

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

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

.super-category-content .super-category-contents .super-category-box .super-category-script {
    font-size: 16px;
    /* padding: 0px 32px; */
}

.super-category-content .super-category-contents .super-category-box .super-category-active {
    display: inline-block;
    padding: 0px 4px;
    margin-bottom: 4px;
    color: #1563af;
    font-family: 'nsr_eb';
}

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

.super-category-content .super-category-contents .super-category-box .super-category-list {
    padding: 0px 20px;
}

.super-category-content .super-category-contents .super-category-box .super-category-list li {
    list-style-type: disc;
    font-size: 17px;
    line-height: 2;
    padding-bottom: 8px;
}

.super-category-content .super-category-contents .super-category-box .super-category-list li span {
    font-size: 17px;
    color: #1874ce;
    font-family: 'nsr_eb';
}

.super-category-content .super-category-contents .super-category-box p {
    color: #444444;
    padding: 0px 16px;
    font-size: 17px;
}

.super-category-content .super-category-contents .super-category-box strong {
    font-weight: bold;
}

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

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