.news-swiper{
    background: black;
}
.news-swiper .swiper-pagination-bullet {
    background: #b7b7b7 !important;
    width: 14px;
    height: 14px;
    opacity: 1;
}

.news-swiper .swiper-pagination-bullet-active {
    background: #00a066 !important;
    border: 2px solid white;
    width: 16px;
    height: 16px;
}

.news-swiper .swiper-button-next {
    background: #3f454a;
    width: 50px;
    height: 50px;
    color: white;
}

.news-swiper .swiper-button-next::before {
    margin-left: 18px;
    line-height: 50px;
}

.news-swiper .swiper-button-next-rtl::before {
    margin-right: 18px !important;
    line-height: 50px;
}

.news-swiper .swiper-button-prev {
    background: #3f454a;
    width: 50px;
    height: 50px;
    color: white;
}

.news-swiper .swiper-button-prev::before {
    margin-left: 18px;
    line-height: 50px;
}

.news-swiper .swiper-button-prev-rtl::before {
    margin-right: 18px !important;
    line-height: 50px;
}

.news-page-text {
    padding-right: 15px;
    padding-left: 15px;
    color: #b0b0b0;
}

.news-page-text .col-12 {
    margin-top: 30px;
}

.news-page-text .quoted-col {
    border: 1px solid #e4ebed;
    border-left: 5px solid #00a066;
    padding: 30px;
    padding-right: 0;
    margin-right: 15px !important;
    margin-bottom: 30px;
}

.news-page-text .quote-text-container {
    display: flex;

}

.news-page-text img {
    align-self: flex-start;
}

.news-page-text .quoted-text {

    padding-left: 15px;
    padding-right: 15px;
    font-style: italic;
    font-size: 18px;
}

.share-post .col-10 {
    padding-left: 30px;
    margin-top: 30px;
}

.share-post .fb-icon-container {
    padding-left: 15px;
}

.share-post .fab {
    border-radius: 10px 10px;
    border: 1px solid #b0b0b0;
}

.other-news-info-container {
    background: #ffffff;
    padding: 20px;
    text-align: center;
}

.other-news-col:hover .mask {
    display: block;
    cursor: pointer;
}

.other-news-col:hover .other-news-info-container {
    background: #58585a;
    color: white;
}
.other-news{
	background: #f6f4f7;
	padding-top:50px;
	padding-bottom:50px;
}
@media only screen and (max-width: 1200px) {

    .other-news-col {
        margin-top: 20px;
    }
}