.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;
    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: #dd0429;
    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: 12px;
    color: #6f6f6f;
    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: #f3f3f3;
    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;
}
