.breaking-news-section {
	padding: 0 30px 0 60px;
	display: flex;
	box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}

#btext {
	width: 200px;
	font-size: 16px;
	text-transform: uppercase;
	color: rgb(223, 20, 20);
	font-weight: 600;
	margin: auto 0;
}

.breaking-news {
	padding: 0 50px;
	color: black;
	text-decoration: none;
	font-weight: 800;
}

.breaking-news:hover,
.social-icons i:hover {
	color: #e08b6c;
	cursor: pointer;
}
@media (max-width: 768px){
	.breaking-news-section{
		display: none;
	}
}