﻿.card-banner-morten {
	cursor: pointer;
	border-radius: 2rem;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-shadow: 0 2rem 3rem 1rem rgba(79, 81, 100, 0.25);
	box-shadow: 0 2rem 3rem 1rem rgba(79, 81, 100, 0.25);
}

.card-banner-morten img {
	border-radius: 2rem;
}

.action a.btn {
	background-color: #16B319;
	color: #fff;
	-webkit-box-shadow: 0 0.3rem 1rem #16B319;
	box-shadow: 0 0.3rem 1rem #16B319;
}