  .relarticles h2 {
    text-align: center;
    font-size: 45px;
}
.news-item {
    max-width: 33.33%;
}
span.newimg {
    height: 220px;
}
.relarticles {
    margin-bottom: 30px;
    margin-top: 60px;
}
.news h1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}
.news .social-sharing {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative !important;
    text-align: right;
    top: 0;
}
.news .sfsiplus_norm_row.sfsi_plus_wDiv {
    text-align: right !important;
    width: 100% !important;
}
.news .news-content {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 50px;
}
.news .news-content,
.news .date-line,
.news .by-line,
span.lmoreb,
.news p{
    font-size: 18px;
    color: #929497;
    font-family: "Darwin", sans-serif;
}
.news .date-line,
.news .by-line {
    display: inline-block;
    float: left;
    font-style: normal;
    line-height: 1.1;
}
.news .by-line {
    border-left: 1px solid #929497;
    margin-left: 8px;
    padding-left: 8px;
    line-height: 1;
}

span.lmoreb {
    background-color: #00b2e2;
    padding: 14px;
    border-radius: 6px;
    display: inline-block;
    float: left;
    margin-top: 30px;
}
span.lmoreb a {
    color: #fff;
}
span.lmoreb i {
    margin-left: 10px;
}
.news .news-article {
    border: medium none;
}

.news .news-article img {
    display: block;
    margin: 0 auto;
}
.news p {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.news h1 {
    margin-bottom: 20px;
}
@media (max-width: 995px) {
    .news-item {
        max-width: 50%;
    }
    span.newimg {
        height: 250px;
    }
}

@media (max-width: 990px) {
    .article-img {
        margin-bottom: 15px;
    }

}
@media (max-width: 650px) {
    .news-item {
        max-width: 100%;
        height: auto !important;
    }
}
@media (max-width: 450px) {
    .news .by-line {
        border-left: 0px;
        margin-left: 0;
        padding-left: 0;
        line-height: 1;
        width: 100%;
        margin-top: 10px;
    }
    .news-article header .social-sharing {
        margin: 0;
    }
    .news .news-content {
        margin-top: 20px;
    }
}