.info-section {
	background-color: #373637;
	padding: 120px 100px;
	color: #ffffff;
}

.info-container {
	max-width: 1920px;
	margin: 0 auto;
}

.info-section .section-title-wrapper-center {
	display: flex;
	align-items: flex-end;

	gap: 40px;
	margin-bottom: 80px;
}

.info-section .title-line-full {
	flex-grow: 1;
	height: 2px;
	background-color: #5acafa;
	border: none;
	opacity: 1;
}

.info-section .section-title {
	font-family: 'Bebas Neue Cyrillic', sans-serif;
	font-size: 64px;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}

.info-section .pre-title {
	display: block;
	font-family: 'Bebas Neue Cyrillic', sans-serif;
	font-size: 16px;
	color: #5acafa;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.info-content {
	font-family: 'Bebas Neue Cyrillic', sans-serif;
	font-size: 24px;
	line-height: 1.5;
	color: #ffffff;
}

.info-content p {
	margin-bottom: 25px;
}

.mobile-cta-wrapper {
	display: none;
}

@media (max-width: 768px) {
	.info-section {
		padding: 80px 20px;
	}
	.info-section .section-title-wrapper-center {
		margin-bottom: 40px;
	}

	.info-section .section-title {
		font-size: 36px;
	}

	.info-content {
		font-size: 20px;
	}

	.mobile-cta-wrapper {
		display: block;
		text-align: center;
		margin-top: 40px;
		padding: 0 20px;
	}

	.mobile-cta-btn {
		display: inline-block;
		width: 100%;
		padding: 18px 40px;
		font-size: 28px;
		background-color: #5acafa;
		border: 2px solid #5acafa;
		color: #000;
		text-transform: uppercase;
		font-family: 'Bebas Neue Cyrillic', sans-serif;
	}
}
