.news-sidebar {
	margin: 2rem 0 0 4rem;
	max-width: 26%;
	background: #390D1E;
    padding: 0 3rem;
    color: var(--c-white);
}

.news-sidebar h4 {
	color:#CC425A !important;
}

body.archive .news-sidebar {
	background:#0F2832;
}

body.archive .news-sidebar h4 {
	color:#9CC9DB !important;
}

.widget_media_image figure {
	max-width: calc( 100% + 6rem );
    margin-top: 2rem;
    margin-left: -3rem;
}

.news-sidebar .widget_media_image .wp-caption-text {
	display: none;
}
