h3 {
    font-size: 24px!important
}

section {
    padding: 80px 0
}

.hero-section {
    background: linear-gradient(rgba(0,0,0,.45),#000),url(../images/RSCC_premium_header.webp);
    background-position: 50%;
    background-size: cover;
    padding: 120px 0
}

.hero-section h1 {
    color: #fff!important;
    margin-bottom: 52px
}

.banner {
    background: #d71920;
    display: inline-block;
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: center
}

.banner p {
    color: #fff;
    font-family: Work Sans,sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 23px;
    margin: 0;
    text-transform: uppercase
}

.hero-content {
    color: #fff!important;
    margin: 0 auto;
    max-width: 800px;
    text-align: center
}

.hero-cta {
    margin-top: 26px
}

.publication h2 {
    margin-bottom: 70px
}

.divider {
    background: #d71920;
    height: 1px;
    margin: 24px 0;
    width: 100%
}

.expertise-section h2,.membership-section h2 {
    margin-bottom: 70px
}

.expertise-section .content-whole {
    border: 2px solid #d71920;
    margin: 70px 0;
    padding: 40px 20px
}

.how-it-works * {
    color: #fff!important
}

.how-it-works {
    background: #000;
    padding: 70px 0
}

.how-it-works .header-container {
    margin-bottom: 70px;
    text-align: center
}

.page-center {
    box-sizing: border-box;
    float: none!important;
    margin: 0 auto!important;
    max-width: 1240px;
    padding: 0 20px;
    width: 100%
}

.how-it-works .span3 {
    position: relative;
    text-align: center
}

.how-it-works .number {
    background: url(../images/RSCC_premium_frame.png) no-repeat;
    background-size: 100%;
    height: 85px;
    margin: 0 auto;
    text-align: center;
    width: 85px
}

.how-it-works .works-text {
    margin: 24px auto 20px;
    max-width: 264px
}

.how-it-works .number span {
    color: #fff!important;
    font-family: Work Sans,sans-serif;
    font-size: 34px;
    line-height: 80px
}

.cta-container {
    margin-top: 70px;
    text-align: center
}

@media (max-width: 980px) {
    .how-it-works .number-image {
        display:none
    }
}

@media (min-width: 981px) {
    .how-it-works .number-image {
        left:55%;
        position: absolute;
        right: 0;
        top: 18%;
        width: 100%
    }

    .expertise-section .content-whole img {
        margin: -80px 0 -70px
    }
}

.body-container-wrapper ol li, .body-container-wrapper ul li {
    line-height: 29px !important;
    margin-bottom: 20px !important;
}

.body-container-wrapper ol li, .body-container-wrapper ul {
   margin: 0 0 0rem !imortant;
}


