:root {
    --primary: #119744;
    --primary-light: #15c65833;
}

.annoucement_modal {
    background-image: linear-gradient(to right, #04d775, #ffc7949e);
}

.single-banner::before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(6, 23, 56, 0.6)), to(rgba(17, 151, 68, 0.6)));
    background: linear-gradient(to left, rgba(6, 23, 56, 0.6), rgb(17 151 68));
}


.news-part::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(6, 23, 56, 0.8)), to(rgb(17 151 68)));
    background: linear-gradient(to right, rgba(6, 23, 56, 0.8), rgb(17 151 68));
}