.customer {
	position: relative;

	.customer-wrapper {
		margin: 100px auto;

		@media (max-width: 576px) {
			font-size: 60px auto 100px;
		}

		h3 {
			margin-bottom: 60px;
			font-size: 25px;
			text-align: center;
			color: #455464;
			font-weight: bold;

			@media (max-width: 576px) {
				font-size: 16px;
			}
		}

		.swiper-slide {
			@media (max-width: 576px) {
				width: 190px !important;
			}
		}
	}

	.customer-item {
		width: 170px;
		height: 150px;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;

		.customer-image {
			max-width: 120px;
			max-height: 120px;
		}
	}
}
