.demoSection .wrapper {
	display: flex;
	background-color: #F9FAFB;
}

.demoSection .leftSide {
	width: 56%;
	flex-shrink: 0;
}

.demoSection .img {
	height: 511px;
}

.demoSection .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.demoSection .rightSide {
	flex-grow: 1;
	padding-top: 36px;
	padding-left: 48px;
	padding-right: 20px;
	padding-bottom: 36px;
}

@media (max-width: 1439px) {
	.demoSection .rightSide {
		padding-left: 30px;
	}
}

.demoSection .titleContainer+.contentContainer {
	margin-top: 25px;
}

.demoSection .info+[class*="btn"] {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.demoSection .leftSide {
		width: 50%;
	}
	.demoSection .img {
		height: 100%;
	}
}

@media (max-width: 1023px) {
	.demoSection .wrapper {
		display: block;
	}
	.demoSection .leftSide {
		width: 100%;
	}
	.demoSection .rightSide {
		padding: 50px 30px;
	}
	.catalogSection .demoSection .titleContainer+.contentContainer {
		margin-top: 25px;
	}	
	.demoSection .info+[class*="btn"] {
		margin-top: 25px;
	}
	
	.demoSection {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.demoSection {
		margin-top: 15px;
	}
	
	.demoSection .wrapper {
		margin-left: -16px;
		margin-right: -16px;
	}
	
	.demoSection .rightSide {
		padding: 25px 16px;
	}
	.catalogSection .demoSection .titleContainer+.contentContainer {
		margin-top: 15px;
	}
	
	.demoSection [class*="btn"] {
		width: 100%;
	}
}
@media (max-width: 479px) {
	.demoSection .img {
		height: 290px;
	}
}