.events {
    width: 100%;
    margin-bottom: 1rem;
}

.events__heading {
    margin-bottom: 40px;
    position: relative;
}

.events__heading::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 100%;
	height: 5px;
	background-color: #CDD7DA;
	border-radius: 5px;
}

.events__message {
    border: 1px solid #CAD8CF;
    background-color: #E2E9E4;
    text-align: center;
    border-radius: var(--border-radius);
    padding: 25px;
    color: #222222;
}

.home .events__message {
    border: 1px solid #d8dfd8;
    background-color: #f4f6f4;
}