.conversations-sec {
	position: relative;
	padding: 265px 0 38px;
	background: linear-gradient(307deg, #FF8075 27.98%, #FF4797 71.88%);
}
.conversations-sec:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.conversations-sec .container {
	position: relative;
	z-index: 4;
}
.conversations-sec__quote img {
	width: 100%;
	height: auto;
	opacity: .8;
}
.conversations-sec__quote {
	position: absolute;
	width: 370px;
	top: -10px;
	left: 50%;
	translate: -50% 0;
	z-index: 3;
}
.conversations-sec__header {
	color: #fff;
	margin-bottom: 24px;
	text-align: center;
}
.conversations-sec__title {
	color: inherit;
	font-family: 'Inter';
	font-size: 36px;
	font-weight: 900;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin: 0 0 4px;
}
.conversations-sec__text {
	color: inherit;
	font-family: 'Inter';
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0.4px;
}
.conversations-sec__description-col {
	margin-bottom: 32px;
}
.conversations-sec__description-title {
	margin: 0 0 16px;
	color: #000;
	font-family: 'Inter';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.conversations-sec__description-text {
	color: #000;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
}
.conversations-sec__description-text strong {
	font-weight: 600;
}
.conversations-sec__btn {
	display: block;
	width: 100%;
	max-width: 380px;
	margin: 48px auto 0;
	padding: 16px 24px;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5em;
	text-decoration: none;
	border-radius: 8px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background-color: #000014;
	color: #fff;
	gap: 8px;
}
.conversations-sec__btn-arrow {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7.05131 17.2757L16.9508 7.37618M16.9508 7.37618H7.05131M16.9508 7.37618V17.2757' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: .2s all;
}
.conversations-sec__btn:hover .conversations-sec__btn-arrow {
	transform: rotate(45deg);
}
.conversations-slide__img-container {
	position: relative;
	height: 0;
	padding-bottom: 56%;
}
.conversations-slide__img-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.conversations-sec__footer {
	margin-top: 48px;
	margin-bottom: -30px;
}
.conversations-sec__footer-col {
	margin-bottom: 30px;
}
.conversations-sec__footer-block {
	padding: 20px 24px;
	border: 1px solid #fff;
	border-radius: 8px;
	height: 100%;
}
.conversations-sec__footer-block-title {
	color: #FFF;
	font-family: 'Inter';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.018em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.conversations-sec__footer-block-text {
	color: #000;
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.025em;
}
.conversations-sec__gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #FF6685 0%, rgba(217, 217, 217, 0.00) 100%);
}
@media screen and (max-width:991.98px) {
	.conversations-sec__description-title br {
		display: none;
	}
}
@media screen and (min-width:992px) {
	.conversations-sec {
		padding: 64px 0 96px;
	}
	.conversations-sec:before {
		background-image: url('../img/conversations-img/2025/conversation_bg_desktop.jpg');
	}
	.conversations-sec__quote {
		width: 560px;
		top: 0;
	}
	.conversations-sec__header {
		text-align: left;
		margin-bottom: 20px;
		align-items: flex-end;
		-webkit-align-items: flex-end;
	}
	.conversations-sec__title {
		font-size: 52px;
	}
	.conversations-sec__text {
		display: block;
		margin-bottom: 17px;
	}
	.conversations-sec__description-title {
		margin-bottom: 32px;
	}
	.conversations-sec__description-col {
		margin-bottom: 0;
	}
	.conversations-sec__btn {
		max-width: 280px;
		margin-left: 0;
	}
	.conversations-sec__gradient {
		background: linear-gradient(180deg, rgba(175, 14, 86, 0.40) 0%, rgba(217, 217, 217, 0.00) 100%);
	}
}
@media screen and (min-width:1200px) {
	.conversations-sec__title {
		font-size: 60px;
	}
	.conversations-sec__text {
		margin-bottom: 19px;
	}
}