.about {
	position: relative;
	background: #fff;
}

.about > .wrapper > .title {
	margin-bottom: 2rem;
}

.about > .wrapper > .text {
	margin-bottom: 3rem;
}

.about > .wrapper > .grid {
	margin: -1rem;
}

.about > .wrapper > .grid > .grid-item {
	padding: 1rem;
}

.about-item {
	height: 100%;
	padding: 2rem;
	border-radius: 1rem;
}

.about-item > .title {
	margin-bottom: 2rem;
}

.about-item > .title > .sprite {
	margin-right: 1.5rem;
}

@media (min-width: 800px) {
	.about > .wrapper > .text {
		margin-bottom: 3.5rem;
	}
}

@media (min-width: 1000px) {
	.about > .wrapper > .grid > .grid-item {
		width: 33.33333%;
	}
}

@media (min-width: 1200px) {
	.about > .wrapper > .text {
		margin-bottom: 4rem;
	}
}

.gallery {
	position: relative;
}

.gallery > .wrapper > .title {
	margin-bottom: 3rem;
}

.gallery .swiper {
	margin: 0 -1rem;
	width: calc(100% + 2rem);
}

.gallery .swiper > .grid > .grid-item {
	padding: 0 1rem;
}

.gallery .swiper > .grid > .grid-item > .link {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
}

.gallery .swiper > .chevron {
	top: calc(50% - 1rem);
}

.gallery .swiper-bullets {
	display: none;
}

@media (min-width: 800px) {
	.gallery > .wrapper > .title {
		margin-bottom: 2.5rem;
	}
	.gallery .swiper > .chevron {
		top: calc(50% - 2rem);
	}
	.gallery .swiper > .chevron.is-prev {
		left: -2.5rem;
	}
	.gallery .swiper > .chevron.is-next {
		right: -2.5rem;
	}
	.gallery .swiper-bullets {
		display: flex;
		margin-top: 2rem;
	}
}

@media (min-width: 1200px) {
	.gallery > .wrapper > .title {
		margin-bottom: 3rem;
	}
}
