.block-curved-image {
	height: 210px;
	position: relative;
}

@media (min-width: 768px) {
	.block-curved-image {
		height: 450px;
	}
}

.block-curved-image .block-curved-image__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.block-curved-image .block-curved-image__image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.block-curved-image .block-curved-image__shape {
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
}

.block-curved-image .block-curved-image__shape svg {
	display: block;
	height: 210px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% + 1.3px);
}

@media (min-width: 768px) {
	.block-curved-image .block-curved-image__shape svg {
		height: 450px;
	}
}

.block-curved-image .block-curved-image__shape svg path {
	fill: #fff;
	transform: rotateY(0deg);
	transform-origin: center;
}
