.npe-element {
    font-family: 'gotham-book';
    line-height: 1.4;
    text-align: center;
}

.npe-element .share-section-outer {
    overflow: hidden;
}

.npe-element .share-section {
    box-sizing: border-box;
    padding: 20px 20px 50px 20px;
    margin: 0 auto;
}

.npe-element .share-section.no-padding,
.npe-element .share-section.full-width {
    padding-left: 0;
    padding-right: 0;
}

.npe-element .share-section.full-width {
    width: auto !important;
}

.npe-element h2 {
    font-family: 'gotham-medium';
    font-weight: normal;
    font-size: 34px;
    text-align: center;
    margin: 20px 0 50px 0;
}

/*
*******************************************
****************** FACTS ******************
*******************************************
*/

.npe-element .share-facts .line {
    margin-bottom: 30px;
}

.npe-element .share-facts .line:after {
    content: '';
    display: block;
    clear: both;
}

.npe-element .share-facts .left,
.npe-element .share-facts .right {
    padding-bottom: 10px;
    width: calc(50% - 10px);
    border-bottom: 1px dashed #CDAF74;
}

.npe-element .share-facts .left {
    float: left;
}

.npe-element .share-facts .right {
    float: right;
}

.npe-element .share-facts h3 {
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 4px 5px 0px 5px;
    font-family: 'gotham-medium';
    font-size: 19px;
    font-weight: normal;
    color: #fff;
    line-height: 1.1;
    background-color: #CDAF74;
}



@media only screen and (min-width: 768px) {

    .npe-element .share-section {
        width: 720px;
    }

    .npe-element h2 {
        margin-top: 30px;
        font-size: 42px;
    }
    
    .npe-element .share-facts h3 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .npe-element .share-facts .fact {
        font-size: 20px;
    }

}



@media only screen and (min-width: 992px) {

    .npe-element .share-section {
        width: 940px;
    }

    .npe-element h2 {
        margin-top: 40px;
    }

}

@media only screen and (min-width: 1200px) {

    .npe-element .share-section.wide {
        width: 1170px;
    }

    .npe-element h2 {
        margin-top: 50px;
    }

    .npe-element .share-facts h3 {
        font-size: 28px;
    }

    .npe-element .share-facts .fact {
        font-size: 22px;
    }

}