body {
    font-family: "Raleway", sans-serif;
}

#header {
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(6px);
}

.news_container {
    width: 100%;
    height: 260px;
    overflow: hidden;
    padding-top: 121px;
}

.news_container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    background-color: rgb(56, 21, 81);
}

.news-top {
    position: relative;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    max-width: 1280px;
    padding-top: 37px;
    padding-bottom: 37px;
}



.capabilities-card_arrow__L_plP {
    opacity: 0;
    transform: translateX(0);
    transition: all .3s ease-in;
    font-weight: 500;
    color: #000;
    line-height: 18px;
    font-size: .75rem;
    width: 46;
    height: 14;
    fill: none;
    margin-left: 10px;
    display: inline-block;
}

.new-first a {
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.new-item_image {
    width: 100%;
    height: 300px;

}



.new-first-img img {
    transition: all 0.3s ease;
}



.new-item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

@media screen and (min-width: 850px) {
    .new-item:hover .capabilities-card_arrow__L_plP {
        opacity: 1;
        width: 46;
    }

    .new-item:hover span {
        text-decoration: underline;
    }

    .new-item:hover img {
        transform: scale(1.1);
    }

    .new-first-img {
        width: 60%;
        height: auto;

    }

    .new-text {
        width: 40%;
    }
}

@media screen and (max-width: 850px) {
    .new-item .capabilities-card_arrow__L_plP {
        opacity: 1;
        width: 46;
    }

    .new-item span {
        text-decoration: underline;
    }

    .new-first-img {
        width: 100%;
        height: auto;

    }

    .new-text {
        width: 100%;
    }
}