.about_us {
	padding-top: 100px;
}

.about_us h1 {
	padding-bottom: 50px;
}

.about_us img {
	width: 100%;
}

.about_us button {
	margin-top: 50px;
}

.who_are_we {
	padding-top: 50px;
	background: url(../img/about_us_img/who_are_we_bg.svg) no-repeat top center;
	background-size: cover;
}

.who_are_we__text img {
	width: 100%;
}

.who_are_we__text p:first-child {
	padding-top: 70px;
	padding-bottom: 50px;
}

.who_are_we__bottom_text img {
	display: block;
	width: 50%;
	margin: auto;
}

.make_it_happen {
	padding-top: 50px;
	padding-bottom: 100px;
	background: url(../img/about_us_img/make_it_happen_bg.svg) no-repeat bottom center;
	box-sizing: border-box;
	background-size: cover;
}

.make_it_happen h2 {
	padding-bottom: 60px;
}

.make_it_happen p {
	padding-bottom: 40px;
}


.make_it_happen__slider {
	padding: 100px 0;
}

.make_it_happen__services {
	width: 20%;
}

.make_it_happen__services p {
	padding: 0 20px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}

.make_it_happen__services img {
	padding: 40px 0	;
	display: block;
	margin: auto;
}


.our_team {
	background: url(../img/about_us_img/slider_bg.svg) no-repeat bottom center;
	box-sizing: border-box;
	background-size: cover;
}

.our_team p {
	padding-top: 50px;
}

.splide__track {
	background-color: #2A2B2E;
	padding: 70px;
	border-radius: 20px;
}

.slider__element {
	height: 500px;
}

.splide__pagination {
	margin-right: 50px !important;
}

.splide {
	margin-top: 0px;
	margin-bottom: 50px;
}

.slider__element p {
	margin-bottom: 0;
	padding: 0 40px;
}

.spide__arrrow, .splide__arrow--prev {
	display: none !important;
}

.spide__arrrow, .splide__arrow--next {
	display: none !important;
}


.our_team__slider {
	padding-bottom: 150px;
}

.carousel__item {
	position: relative;
	padding: 25px;
	padding-top: 100px;
	margin-top: 150px;
	padding-bottom: 50px;
	text-align: center;
	background: #2A2B2E;
	border-radius: 20px;
}

.owl-carousel {
	margin-bottom: 100px;
}

.carousel__item p {
	padding-top: 10px;
}

.carousel__item img {
	position: absolute;
	top: -125px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 200px !important;
}

.carousel__item h4 {
	font-weight: 600;
}

.carousel__item span {
	margin: 15px auto;
	height: 2px;
	width: 50%;
}


.make_it_happen__services_small_screen {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.make_it_happen__services p {
		padding: 0;
	}
}

@media only screen and (max-width: 991px) {
	.about_us h1 {
		white-space: nowrap;
	}
	.about_us img {
		padding-top: 100px;
	}
	.who_are_we__text img {
		padding-top: 150px;
	}
	.who_are_we__bottom_text img {
		padding-top: 50px;
	}
	.splide__track {
		padding: 30px;
	}
	.slider__element p {
		padding: 0 30px;
	}
	.make_it_happen__services_big_screen {
		display: none !important;
	}
	.make_it_happen__services_small_screen {
		display: block;
	}
	.make_it_happen__services {
		width: 40%;
	}
	.who_are_we {
		padding-top: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.who_are_we {
		padding-top: 100px;
	}
	.who_are_we__text img {
		display: none;
	}
	.who_are_we__bottom_text img {
		display: none;
	}
	.about_us img {
		display: none;
	}
	.splide__slide img {
		width: 15%;
	}
	.slider__element p {
		padding: 0 20px;
	}
	.splide__track {
		padding: 20px;
	}
	.splide__pagination {
		margin-right: 20px !important;
	}
}

@media only screen and (max-width: 566px) {
	.carousel__item img {
		width: 160px !important;
		top: -100px;
	}
	.make_it_happen__services_small_screen img {
		width: 130px;
	}
	.make_it_happen__services_small_screen p {
		font-size: 18px;
	}
	h2 {
		line-height: 60px;
	}
}

@media only screen and (max-width: 440px) {
	.splide__slide img {
		display: none;
	}
	.slider__element p {
		padding: 0;
	}
	.slider__element p {
		font-size: 14px;
	}
}