.wrap-4 {
	padding: 130px 30px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
.wrap-4 h2 {
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
}
.wrap-4-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1130px;
	margin: 0 auto;
	column-gap: 100px;
	row-gap: 100px;
}
.wrap-4-grid-indv {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.wrap-4-grid-indv img {
	max-height: 40px;
	margin-bottom: 30px;
}
.wrap-4-grid-indv h3, .wrap-4-grid-indv p {
	margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
	.wrap-4 {
		padding: 60px 30px;
	}
	.wrap-4-grid {
		column-gap: 50px;
		row-gap: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.wrap4Slide {
		margin-bottom: 0 !important;
	}
}
/* Slides */
.wrap4-slideshow-container {
	position: relative;
}
.wrap4Slide {
	max-width: 660px;
	margin: 50px;
	justify-content: center;
	align-items: center;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* The dots/bullets/indicators */
.wrap4Dots {
	bottom: 0;
	text-align: center; 
	width: 100%;
}	
.wrap4Dot {
	cursor: pointer;
	height: 18px;
	width: 18px;
	margin: 0 2px;
	background-color: white;
	border: 1px solid #B2B2B2;
	border-radius: 50%;
	display: inline-block;
}
.wrap4Dot.active, .wrap4Dot:hover {
	background-color: #B2B2B2;
	opacity: 100% !important;
}

/* Next & previous buttons */
.wrap4Prev, .wrap4Next {
	cursor: pointer;
	position: absolute;
	top: 45%;
	width: auto;
	padding: 16px;
	color: red;
	font-weight: bold;
	font-size: 75px;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.wrap4Next {
	position: absolute;
	right: 0;
	border-radius: 3px 0 0 3px;
}

.wrap4Prev:hover, .wrap4Next:hover {
	color: red;
	opacity: 50%;
}