.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;
}

/*
*******************************************
****************** NEWS *******************
*******************************************
*/

.npe-element .share-news .picture {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    border: none;
    outline: none;
}

.npe-element .share-news .picture img {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    transform: translateY(-50%);
}

.npe-element .share-news .text {
    padding: 20px;
    text-align: left;
}

.npe-element .share-news .text .date {
    font-size: 13px;
    margin-bottom: 5px;
}

.npe-element .share-news .text .title {
    display: block;
    font-family: 'gotham-medium';
    font-size: 22px;
    text-decoration: none;
    color: #000;
    line-height: 1.2;
}

.npe-element .share-news .more-news {
    display: flex;
    gap: 1px;
}

.npe-element .share-news .more-news .item {
    width: 50%;
}

.npe-element .share-news .more-news .text .title {
    font-size: 16px;
}



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

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

    .npe-element h2 {
        margin-top: 30px;
        font-size: 42px;
    }

}



@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;
    }

}