:root {
 --brgd-color:#dd0429;
}
.news-spr__single .mos-img img {display: none !important;}
.news-spr {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}

.news-spr:before {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    content: "";
    height: 580px;
    background-color: #f6f6f6;
    z-index: -1;
}

.news-spr .container {
    max-width: 1000px;
}

.news-spr__single {
    position: relative;
    display: block;
}

.news-spr__img {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 200px;
    z-index: 1;
}

.news-spr__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(13, 13, 13, .30);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: top center;
    z-index: 1;
}

.news-spr__single:hover .news-spr__img:before {
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.news-spr__img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.news-spr__single:hover .news-spr__img img {
    transform: scale(1.05);
}

.news-spr__content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    margin-right: 40px;
    padding-top: 32px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 50px;
    z-index: 2;
}

.news-spr__content:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0%;
    content: "";
    background-color: var(--brgd-color);
    z-index: -1;
    transform: translateY(100%);
    transition: all 500ms ease;
}

.news-spr__single:hover .news-spr__content:before {
    transform: translateY(0);
    width: 100%;
}

.news-spr__tagline {
    font-size: 14px;
    color: #0c5f88;
    font-weight: 300;
    line-height: 22px;
    transition: all 500ms ease;
}

.news-spr__single:hover .news-spr__tagline, .news-spr__single:hover .news-spr__tagline a,.news-spr__single:hover .mos-img {
    color: #ffffff;
}

.news-spr__tagline span {
    padding-right: 3px;
    padding-left: 3px;
}

.news-spr__tilte {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    transition: all 500ms ease;
}

.news-spr__tilte>a {
    color: #0d0d0d;
    transition: all 500ms ease;
}
.mos-img {
    transition: all 500ms ease;
}
.news-spr__tilte:hover, .news-spr__tilte>a:hover {
    color: #ffffff;
}

.news-spr__single:hover .news-spr__tilte, .news-spr__single:hover .news-spr__tilte>a {
    color: #ffffff;
}

.news-spr__arrow {
    position: absolute;
    top: 0;
    right: 0;
}

.news-spr__arrow>a {
    height: 40px;
    width: 40px;
    background-color: #f11;
    color: #0d0d0d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    transition: all 500ms ease;
}

.news-spr__arrow>a .icon-right-arrow-angle {
    font-weight: bold;
}

.news-spr__single:hover .news-spr__arrow>a {
    background-color: #0d0d0d;
    color: #ffffff;
}
.fields-container {
  margin: 3px 0px
}
.fields-container li, .field-entry {list-style: none;  color: #111; display: inline-block;background: rgba(225, 225, 225, 0.5); margin-bottom: 0px;padding: 2px 10px; border: 1px solid rgba(155, 155, 155, 0.2) }
.newsbox_item .tags {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	justify-content: center;
display: block;
border-top: 0;
border-bottom: 0;
  order: 6 !important;
	margin-bottom: 10px !important;
}

.newsbox_item .tags > li {
	margin: 0;
}

.newsbox_item .tags > li a {
display: inline-block;
  background: #f4f4f4;
  padding: 2px 16px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  color: var(--brgd-color);
}

.newsbox_item .tags > li a:hover {
background-color: var(--brgd-color);
  color: #fff !important;
}

.newsbox_item .tags > li {margin-left: 5px;}