section{
	padding: 80px 0;
}
.g-padding-y-40--xs{
	padding: 20px;
}
.g-box-shadow__dark-lightest-v4 {
box-shadow: 0 0.3125rem 1rem 0 rgba(34, 35, 36, 0.2);
border-radius: 20px;
}
.g-text-center--xs {
text-align: center;
}
.dropdown .btn-link {
	text-decoration: none;
}

.dropdown-menu a {
	text-decoration: none;
	padding: 2px 5px;
	display: block;
	font-weight: bold;
	color: #7a1712 !important;
	text-align: center;
}

.dropdown-menu a:hover {
	text-decoration: none;
	background-color: #e9ecef;
}