:root {
	--farge-bg: #E0FFE6;
	--farge-txt: #00524C;
	--farge-btn-bg: #00524C;
	--farge-btn-txt: #fff;

	--Seterlkka-Mid-Green: #498672;

}

@font-face {
	font-family: 'OBOSDisplay';
	src: url("../fonts/OBOSDisplay-Regular.woff2") format("woff2");
	font-weight: normal
}

@font-face {
	font-family: 'OBOSDisplay';
	src: url("../fonts/OBOSDisplay-Bold.woff2") format("woff2");
	font-weight: bold
}

@font-face {
	font-family: 'OBOSText-Medium';
	src: url("../fonts/OBOSText-Medium.woff2") format("woff2")
}

body {
	font-size: 16px;
	line-height: 1;
	color: var(--farge-txt);

	background: #fff;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2 {
	color: var(--farge-txt);
	font-family: "OBOSDisplay", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0;


	em {
		font-style: normal;
		color: var(--Seterlkka-Mid-Green);
	}
}



p {
	margin: 0;
	font-family: "OBOSText-Medium", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.button {
	color: var(--farge-btn-txt);
	font-family: "OBOSText-Medium", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-color: #00524C;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center
}

*,
*::before,
*::after {
	box-sizing: border-box
}



.main-wrapper {
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 320px
}

.badge {
	position: absolute;
	left: 162px;
	top: -25px;
	width: 93px;
	z-index: 100
}

.image-wrapper {
	height: 250px;
	left: 160px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 160px;
	z-index: 1
}

.image-wrapper img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}

.tags {
	position: absolute;
	left: 13px;
	top: 15px;
	display: flex;
	align-items: flex-start;
	z-index: 4;
	z-index: 10
}

.tags img {
	height: 20px
}

.tags img+img {
	margin-left: 7px
}

.text-wrapper {
	background-color: var(--farge-bg);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	height: 250px;
	left: 0;
	position: absolute;
	top: 0;
	width: 215px;
	z-index: 2
}

.text-wrapper h1 {
	top: 75px;
	left: 13px;
	position: absolute;
	font-size: 19px;
	line-height: 1.2;
	width: 320px
}

.text-wrapper p {
	top: 128px;
	left: 13px;
	position: absolute;
	font-size: 13.2px;
	line-height: 1.2;
	letter-spacing: 0.03em;
	width: 185px
}

.text-wrapper .text01 {
	position: absolute;
	left: 0px;
	top: 0px
}

.text-wrapper .button {
	position: absolute;
	left: 13px;
	top: 205px;
	font-size: 11px;
	width: 82px;
	height: 33px;
	text-align: center
}

.text-wrapper .logo {
	position: absolute;
	left: 103px;
	top: 214px;
	width: 90px
}