.quote-layout .pk-grid-container {
	align-items: end;
}

.quote-layout .image-col {
	position: relative;
}
.quote-layout .image-col img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.quote-layout .image-col .icon-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4em;
	height: 4em;
	background-color: var(--primary-yellow);
	translate: -1.5em -50%;
}
.quote-layout .image-col .icon-wrapper svg {
	width: 1.875em;
	height: auto;
}

.quote-layout .content-col .author-block {
	margin-top: max(1.5rem, calc(2.5 * var(--su)));
}

@media screen and (min-width: 993px) {
	.quote-layout .content-col {
		padding-left: max(2.5rem, calc(2.5 * var(--su)));
	}
}

@media screen and (max-width: 767px) {
	.quote-layout .image-col {
		display: none;
	}
}