@media screen and (min-width: 1026px) {
	.medarbetare-citat__img {
		min-width: 500px;
		max-width: 500px;
		padding: 22px;
	}
}
.medarbetare-citat__img {
	padding: 22px;
}
@media screen and (max-width: 1025px) {
	.medarbetare-citat__img {
		padding-bottom: 16px;
	}
}
@media screen and (max-width: 1025px) {
	.medarbetare-citat__img{
		height: 360px;
	}
}
.medarbetare-citat {
	overflow: hidden;
	border-radius: var(--radius-m);
	background: white;
}

.medarbetare-citat__text {
	padding: 2.2rem;
	padding-top: 0;
	flex-grow: 1;
	position: relative;
}
.medarbetare-citat__text span.counter {
	position: absolute;
	bottom: 0;
	right: 0;
}

.medarbetare-citat__bottom {
	position: relative;
	padding-left: 32px;
}
@media screen and (max-width: 1025px) {
	.medarbetare-citat__bottom {
		padding-left: 24px;
		padding-right: 60px;
	}
}
.medarbetare-citat__bottom::before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	background: var(--accent);
	left: 0;
	top: 10px;
}
@media screen and (max-width: 1025px) {
	.medarbetare-citat__bottom::before {
		width: 8px;
		height: 8px;
		top: 8px;
	}
}

.medarbetare-citat__img img {
	display: block;
	object-fit: cover;
	min-width: 100%;
	transform: translateZ(1px);
	min-height: 100%;
	border-radius: var(--radius-s);
}
@media screen and (max-width: 1025px) {
	.medarbetare-citat__img {
		border-radius: var(--radius-xs);
		overflow: hidden;
		margin: 22px;
		margin-bottom: 16px;
		padding: 0;
	}
}

.medarbetare-citat__text .inner-blocks p {
	font-size: var(--h3);
	line-height: var(--text-m-line-height);
}
@media screen and (min-width:1026px) {
	.medarbetare-citat .inner-blocks{
		padding-top:22px;
	}
}
.medarbetare-citat__text .inner-blocks a {
	margin-top: var(--space-m);
}

@media screen and (min-width: 1026px) {
	.medarbetare-citat__img img {
		min-height: 560px;
		max-height: 560px;
	}
}

@media screen and (max-width: 1025px) {
	.medarbetare-citat__text {
		position: relative;
		gap: 24px;
	}
}
