.section-menu {
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section-menu-list {
	display: flex;
	gap: 40px;
	align-items: center;
}

.section-menu a {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	display: inline-block;
}

.section-menu a:hover, .section-menu .selected {
	color: #1ecfbe;
	text-decoration: none;
}

.btn-active {
	font-weight: 500 !important;
	font-size: 16px !important;
	padding: 14px 32px;
	display: inline-block;
	transition: 0.3s ease;
	border-radius: 20px;
	cursor: pointer;
	border: 0;
	outline: none;
	background: #0BAC9D;
	color: #fff !important;
}