.image-info-block-wrapper {
	margin-bottom: 0!important;
}

.image-info-block-wrapper .image-info-block {
	display: flex;
}

.image-info-block-wrapper .image-section {
	width: 50%;
	margin-right: 63px;
	border-radius: 20px;
	overflow: hidden;
	flex-shrink: 0;
	position: relative;
	max-height: 350px;
}

.image-info-block-wrapper .image-info-block.right .image-section {
	margin-right: 0;
	margin-left: 63px;
}

.image-info-block-wrapper .image-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*position: absolute;
	top: 0;
	left: 0;
	object-position: 50% 30%;*/
}

.image-info-block-wrapper .info-section {
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.image-info-block-wrapper .pria-section-description {
	margin-bottom: 5px!important;
}

.image-info-block-wrapper .description {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.36px;
	color: #333333;
}

.image-info-block-wrapper .buttons {
	display: flex;
	column-gap: 15px;
	
}

.image-info-block-wrapper .custom-button-with-background-wrapper {
	margin-top: 38px;
}

@media only screen and (max-width: 768px) {
	.image-info-block-wrapper .image-info-block.left {
		flex-direction: column;
	}

	.image-info-block-wrapper .image-info-block.right {
		flex-direction: column-reverse;
	}

	.image-info-block-wrapper .image-section {
		width: 100%;
		height: 163px;
		border-radius: 10px;
		margin-right: 0;
	}

	.image-info-block-wrapper .image-info-block.right .image-section {
		margin-left: 0px;
	}

	.image-info-block-wrapper .info-section {
		padding-top: 20px;
		padding-bottom: 0;
	}

	.image-info-block-wrapper .description {
		margin-bottom: 19px;
	}

	.image-info-block-wrapper .custom-button-with-background-wrapper {
		margin-top: 26px;
	}

	.image-info-block-wrapper .buttons {
		column-gap: 11px;
	}
}