.desktopImgs img {
	width: calc(25% - 60px);
}
@media (max-width: 767px) {
	.wrap-6 {
		padding: 60px 0 120px !important;
	}
	.wrap-6 h2 {
		font-size: 20px !important;
		padding-bottom: 25px !important;
		max-width: 215px;
    	margin: auto;
	}
	.imgs img {
		width: 100%;
		max-width: 500px;
		margin: auto;
	}
	.rectangles {
		display: flex;
		text-align: center; 
		max-width: 500px;
		margin: auto;
	}
	.rectangle {
		cursor: pointer;
		height: 10px;
		width: 25%;
		background-color: white;
		transition: background-color 0.6s ease;
		border: 1px solid #555555;
	}
	.active {
		background-color: #C32124;
	}
	.wrap-6 .btn {
		margin-top: 25px !important;
	}
}