.alert-update-card {
    border: 1px solid #B4B4B4;
    margin: 40px 0;
	padding: 20px;
}

.alert-update-card:first-child {
    background: var(--warmGradient);
	margin-top: 0;
}

.alert-update-card h2 {
	font-weight: 800;
	font-size: var(--fs-24);
	line-height: 1.67;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #2d2d2d;
    margin-bottom: 13px;
}

.alert-update-card p {
	font-size: var(--fs-20);
	line-height: 2;
}

.alert-update-card__posted-by {
	font-weight: 800;
}