/* Benefits cards placed between the Telegram promo and the front-page blog. */
.home .elementor-element-6852b2a,
.home .elementor-element-208cdf8 {
	display: none !important;
}

.home .kyt-home-benefits,
.home .kyt-home-benefits * {
	box-sizing: border-box;
}

.home .kyt-home-benefits {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
}

.home .kyt-home-benefits__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
	width: min(1320px, calc(100% - 40px));
	margin: 0 auto;
}

.home .kyt-home-benefits__card {
	position: relative;
	min-width: 0;
	height: 214px;
	margin: 0;
	padding: 29px 30px;
	border-radius: 20px;
	background: #efefef;
	color: #111;
}

.home .kyt-home-benefits__icon {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
}

.home .kyt-home-benefits__title {
	max-width: 335px;
	min-height: 54px;
	margin: 0;
	padding: 0 54px 0 0;
	color: #111;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: none;
}

.home .kyt-home-benefits__description {
	max-width: 335px;
	margin: 27px 0 0;
	padding: 0;
	color: #888;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: 0;
	text-transform: none;
}

@media (max-width: 1023px) {
	.home .kyt-home-benefits__inner {
		grid-template-columns: 1fr;
		width: min(620px, calc(100% - 40px));
	}

	.home .kyt-home-benefits__card {
		height: auto;
		min-height: 214px;
	}
}

@media (max-width: 600px) {
	.home .kyt-home-benefits__inner {
		width: calc(100% - 30px);
		gap: 12px;
	}

	.home .kyt-home-benefits__card {
		min-height: 0;
		padding: 24px 22px;
		border-radius: 16px;
	}

	.home .kyt-home-benefits__icon {
		top: 22px;
		right: 22px;
		width: 44px;
		height: 44px;
	}

	.home .kyt-home-benefits__title {
		max-width: none;
		min-height: 48px;
		padding-right: 58px;
		font-size: 21px;
	}

	.home .kyt-home-benefits__description {
		max-width: none;
		margin-top: 20px;
		font-size: 15px;
		line-height: 1.3;
	}
}

/* Keep all front-page blog thumbnails aligned regardless of source proportions. */
.home .elementor-element-1a622cc9 .sc_blogger_item_featured,
.home .elementor-element-57bb86b .sc_blogger_item_featured {
	height: 210px !important;
	padding: 0 !important;
	overflow: hidden;
}

.home .elementor-element-1a622cc9 .sc_blogger_item_featured img,
.home .elementor-element-57bb86b .sc_blogger_item_featured img {
	display: block;
	width: 100% !important;
	height: 210px !important;
	object-fit: cover;
	object-position: center;
}
