.atf {
	background-color: var(--main-bg-color);
	padding: 30px 20px;
}
.atf__slider {
	max-width: 1200px;
	margin-bottom: 20px;
}
.atf__item {
	display: none;
}
.atf__item.active {
	display: block;
}
.atf__left .atf__btn {
	display: none;
}
.atf__right {
	text-align: center;
}
.atf__title {
	color: #fff;
	font-size: 36px;
	font-family: "CormorantInfant-Bold";
	margin-bottom: 20px;
}
.atf__txt {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 30px;
}
.atf__img {
	width: 280px;
	margin-bottom: 10px;
}
.atf__btn {
	font-size: 18px;
	width: 260px;
	margin: auto;
}
.atf__bullets {
	display: flex;
	justify-content: center;
	grid-gap: 10px;
}
.atf__bullet {
	width: 40px;
	height: 5px;
	background-color: #fff;
	border-radius: 10px;
	cursor: pointer;
}
.atf__bullet.selected {
	background-color: var(--secondary-color);;
}

.who {
	padding: 40px 20px;
	background-color: #FFF8F5;
}
.who__content {
	max-width: 1100px;
	margin: auto;
}
.who__left {
	display: none;
}
.who__img {
	width: 280px;
	margin-bottom: 20px;
}
.who__line {
	display: none;
	width: 1px;
	background-color: #B29A90;
	height: 340px;
}
.who__title {
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
}
.who__txt {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 22px;
}
.who__btn {
	padding: 12px 0;
	width: 200px;
	font-size: 18px;
	margin: auto;
}

.services {
	padding: 30px 20px;
	max-width: 1200px;
	margin: auto;
}
.services__title {
	font-size: 34px;
	text-align: center;
	margin-bottom: 20px;
}
.services__txt {
	font-size: 18px;
	line-height: 24px;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}
.services__list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.services__item {
	border: 1px solid #292E36;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
	margin-bottom: 20px;
}
.services__item__header {
	background-color: #292E36;
	padding: 20px 0;
	border-top-left-radius: 80px;
	text-align: center;
}
.services__item__header img {
	width: 60px;
}
.services__item__desc {
	padding: 20px;
}
.services__item__desc h3 {
	font-size: 28px;
	margin-bottom: 20px;
}
.services__item__desc p {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
}
.services__item__btn {
	padding: 12px 0;
	width: 190px;
	font-size: 18px;
}

.customers {
	padding: 60px 0;
	background-color: #292E36;;
}
.customers__title {
	color: #fff;
	text-align: center;
	font-size: 34px;
	margin-bottom: 20px;
}
.customers__txt {
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin: auto;
	margin-bottom: 30px;
	line-height: 22px;
}
.customers__slider {
	display: flex;
	grid-gap: 12px;
	align-items: center;
	justify-content: center;
	width: 230px;
	margin: auto;
}
.customers__arrow {
	width: 20px;
	cursor: pointer;
}
.customers__arrow.disabled {
	opacity: 0.2;
}
.customers__arrow.right {
	transform: rotate(180deg);
}
.customers__item__img {
	width: 70px !important;
}

@media screen and (min-width: 360px) {

	.atf__img {
		width: 320px;
		margin-bottom: 20px;
	}
	.who__img {
		width: 320px;
	}
	.customers__arrow {
		width: 22px;
	}
	.customers__slider {
		width: 260px;
	}
	.customers__item__img {
		width: 80px !important;
	}

}

@media screen and (min-width: 500px) {

	.atf__slider {
		width: 400px;
		margin: auto;
		margin-bottom: 20px;
	}
	.atf__title {
		font-size: 38px;
	}
	.atf__img {
		width: 390px;
	}
	.who__content {
		width: 400px;
		margin: auto;
	}
	.who__img {
		width: 100%;
	}
	.services {
		width: 400px;
	}
	.customers__txt {
		width: 460px;
	}
	.customers__arrow {
		width: 24px;
	}
	.customers__slider {
		width: 390px;
	}
	.customers__item__img {
		width: 90px !important;
	}

}

@media screen and (min-width: 768px) {

	.atf__slider {
		width: auto;
	}
	.atf__item {
		align-items: center;
		justify-content: space-around;
		width: auto;
	}
	.atf__item.active {
		display: flex;
	}
	.atf__item.reverse {
		flex-direction: row-reverse;
	}
	.atf__title {
		font-size: 42px;
		max-width: 400px;
	}
	.atf__txt {
		max-width: 460px;
	}
	.atf__img {
		margin-bottom: 0;
	}
	.atf__btn {
		margin: 0;
	}
	.atf__left .atf__btn {
		display: block;
	}
	.atf__right .atf__btn {
		display: none;
	}
	.atf__item.reverse .atf__left {
		margin-left: 20px;
	}

	.who__content {
		display: flex;
		grid-gap: 20px;
		width: auto;
	}
	.who__left {
		display: block;
	}
	.who__right .who__img {
		display: none;
	}
	.who__img {
		width: 360px;
		margin-bottom: 0;
	}
	.who__line {
		display: block;
		height: 260px;
	}
	.who__title {
		text-align: left;
	}
	.who__btn {
		margin: 0;
	}
	.services {
		width: auto;
	}
	.services__title {
		font-size: 36px;
	}
	.services__txt {
		font-size: 20px;
		width: 680px;
	}
	.services__list {
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		grid-gap: 30px;
	}
	.services__item {
		width: 340px;
		margin-bottom: 0;
	}
	.customers__title {
		font-size: 36px;
	}
	.customers__txt {
		width: 650px;
	}
	.customers__arrow {
		width: 28px;
	}
	.customers__slider {
		width: 640px;
	}
	.customers__item__img {
		width: 120px !important;
	}

}

@media screen and (min-width: 1000px) {

	.atf {
    	padding: 40px 20px;
	}
	.atf__slider {
		margin-bottom: 30px;
	}
	.atf__title {
		max-width: 460px;
		font-size: 56px;
	}
	.atf__img {
		width: 400px;
	}
	.atf__bullet {
    	width: 58px;
    	height: 7px;
	}
	.atf__btn {
		padding: 16px 0;
	}
	.who {
    	padding: 50px 20px
	}
	.who__content {
		width: 960px;
	}
	.who__title {
		margin-bottom: 30px;
	}
	.who__txt {
		width: 440px;
	}
	.who__img {
		width: 460px;
	}
	.who__line {
		height: 300px;
	}
	.customers__slider {
		width: 820px;
	}
	.customers__arrow {
		width: 30px;
	}
	.customers__item__img {
		width: 120px !important;
	}

}

@media screen and (min-width: 1200px) {

	.atf__title {
		max-width: 650px;
		font-size: 68px;
	}
	.atf__txt {
		font-size: 22px;
		max-width: 560px;
	}
	.atf__img {
		width: 500px;
	}
	.atf__btn {
		font-size: 20px;
	}
	.who {
    	padding: 60px 20px
	}
	.who__content {
		width: 1100px;
		grid-gap: 40px;
	}
	.who__img {
		width: 520px;
	}
	.who__line {
		height: 340px;
	}
	.who__title {
		font-size: 36px;
	}
	.who__txt {
		font-size: 20px;
	}
	.who__btn {
		font-size: 20px;
		padding: 16px 0;
	}
	.services {
	    padding: 40px 20px
	}
	.services__title {
		font-size: 40px;
	}
	.services__list {
		grid-gap: 22px;
	}
	.services__item {
		width: 370px;
	}
	.services__item__header {
		padding: 26px 0;
	}
	.services__item__header img {
		width: 70px;
	}
	.services__item__desc h3 {
		font-size: 30px;
		height: 70px;
	}
	.services__item__desc p {
		height: 100px;
	}
	.services__item__btn {
    	padding: 16px 0;
    	font-size: 20px;
	}
	.customers__title {
		font-size: 40px;
	}
	.customers__txt {
		font-size: 20px;
	}
	.customers__slider {
		width: 1030px;
	}
	.customers__item__img {
		width: 130px !important;
	}

}
