.delivery-content_block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;
}

.delivery-content__l {
	width: calc(100% - 434px);
}

.delivery-content__r {
	width: 410px;
}
@media screen and (max-width: 1200px) {
	.delivery-content__l {
		width: calc(100% - 334px);
	}

	.delivery-content__r {
		width: 310px;
	}

	.delivery-content__r img{
		width: 100%;
	}
}
@media screen and (max-width: 720px) {
	.delivery-content__l {
		width: 100%;
	}
	.delivery-content__r{
		width: 100%;
	}
}