@media (max-width:  1024px) {
	.design-station-section .image-container > div {
	    margin-bottom: 20px;
	    margin-left: -40px;
	}
}
@media (max-width: 991px) {
	.section-image .heading h3 {
	    font-size: 17px;
	    margin-top: 0;
	    text-align: center;
	    margin-bottom: 15px;
	}
	.section-image .heading h2 {
	    font-size: 25px;
	    font-weight: 900;
	    color: #fff;
	    text-align: center;
	}
	.section-image img {
	    position: relative;
	    width: 80%;
	    margin-left: 0;
	    margin-top: 0;
	}
	.design-station-section .image-container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.design-station-section .image-container > div {
		width: 100%;
		margin-bottom: 80px;
	    margin-left: 0px;
	}
	.section-image .heading1 p {
		text-align: center;
	}
	.design-now {
		text-align: center;
	}
}