.teaser {
	@media (min-width: 1024px) {
		display: flex;
	}

	h3 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.magazine-list {
		background: #95C11F;
		padding: 24px;
		border-radius: 0 0 30px 0;

		li {
			&:before {
				content: '';
				background-image: url("data:image/svg+xml,%3Csvg height='20' viewBox='0 0 14 20' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.73858 0H0L9.4129 10.1263L0 20H4.73858L14 10.1263L4.73858 0Z' fill='%23005F40' fill-rule='evenodd'/%3E%3C/svg%3E");
			}
		}
	}
}

.teaser__text {
	@media (min-width: 1024px) {
		width: 75%;
		padding-right: 20px;
	}

	p {
		line-height: 26px;
	}

	span {
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 25px;
		color: #005F40;
		display: inline-block;
	}
}

.teaser__interesting {
	@media (min-width: 1024px) {
		width: 25%;
		padding-left: 20px;
	}

	ul {
		background: #95C11F;
		padding: 24px;
		border-radius: 0 0 30px 0;

		li {
			&:before {
				content: '';
				background-image: url("data:image/svg+xml,%3Csvg height='20' viewBox='0 0 14 20' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.73858 0H0L9.4129 10.1263L0 20H4.73858L14 10.1263L4.73858 0Z' fill='%233d3d3c' fill-rule='evenodd'/%3E%3C/svg%3E");
			}
		}
	}

	h3 {
		padding: 24px;
		margin-bottom: 0;
		background: #005F40;
		color: white;
		border-radius: 30px 0 0 0;

		@media (min-width: 768px) {
			font-size: 24px;
			line-height: 28px;
		}

		@media (min-width: 1025px) {
			font-size: 32px;
			line-height: 36px;
		}
	}
}
