

.news-div {
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
    padding-left: 1%;
    background-color: var(--dark-blue);
	/* border-radius: 0 0 20px 0; */
	border-radius: 0 10px 10px 0;
	min-height: 45px;
	transition: width 0.2s ease;
}

.news-div .date-div {
	background-color: var(--dark-blue2);
	color: var(--white);
	margin: 10% 5% 10% 5%;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 300;
	display: flex;
	justify-content: space-between;
	padding: 15px 15px;
}

.news-div .date-span {
	text-align: left;
    font-weight: 600;
    font-size: 15px;
}

.news-div .time-span {
	text-align: right;
    font-weight: 400;
    font-size: 14px;
}

.hello-heading {
    padding-left: 20px;
    color: white;
    text-align: left;
}

#close-btn-news {
	color: var(--white);
	position: absolute;
	top: calc(var(--header-size) + 10px);
	right: calc(3% + 12px);
	font-size: 20px;
}
