.kykly__inner {
	max-width: 1980px;
	width: 100%;
	margin: 0 auto;
}

.kykly__title {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 5px;
	color: #daa520;
	text-align: center;
	padding: 25px 10px;
}

.kykly__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.kykly__subtitle {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 3px;
	color: #ffebcd;
	padding: 15px 10px;
}

.kykly__image {
	padding: 15px 10px;
}

.kykly__img {
	max-width: 1200px;
	width: 100%;
	-webkit-box-shadow: 0 0 25px #e5e5e5;
	box-shadow: 0 0 25px #e5e5e5;
	border-radius: 25px;
}

.kykly__descr {
	max-width: 1200px;
	width: 100%;
}

.kykly__descr p {
	text-align: center;
	padding: 10px 0;
	line-height: 140%;
	font-size: 24px;
}

.kykly__button {
	text-align: center;
	padding: 25px 0;
}

@media (max-width: 1920px) {
	.kykly__title {
		font-size: calc(16px + 16 * ((100vw - 320px) / 1600));
	}

	.kykly__subtitle {
		font-size: calc(14px + 14 * ((100vw - 320px) / 1600));
	}

	.kykly__descr p {
		font-size: calc(14px + 10 * ((100vw - 320px) / 1600));
	}
}

@media (max-width: 767.98px) {
	.kykly__title {
		letter-spacing: 2px;
		padding: 18px 10px;
	}

	.kykly__subtitle {
		letter-spacing: 1px;
	}

	.kykly__descr p {
		line-height: 1.5;
	}

	.kykly__img {
		border-radius: 16px;
	}
}
