.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
	  user-select: none!important;
    }
	.about-section {
		user-select: none;
	}

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	.about-photo-slider {
		position: relative;
		padding: 15px 80px 30px 80px;
	}

	.about-button-prev,
	.about-button-next {
		padding: 14px;
		
		width: 46px;
		height: 46px;

		background: #ff8564;
		border-radius: 50%;

		position: absolute;
		top: 50% !important;
		margin-top: 0 !important;
		transform: translateY(-50%);

		transition: all .2s ease;
		
		color: #fff;

	}

	.about-button-prev:hover,
	.about-button-next:hover {
		background: #ff734f;
	}

	.about-button-prev::after,
	.about-button-next::after {
		font-size: 22px;
		font-weight: 300;
		color: #fff;
	}
	.about-swiper {
		height: 546px;
	}
	.swiper-pagination-bullet-active {
		background: #ff734f !important;
		opacity: 1;
	}