
.cta-sec {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media screen and (max-width: 575.98px) {
	.cta-sec {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.cta-sec__inner {
	position: relative;
	padding: 0 72px 0 56px;
	z-index: 9;
}

@media screen and (max-width: 991.98px) {
	.cta-sec__inner {
		padding: 37px 30px 38px 30px;
	}
}

@media screen and (max-width: 767.98px) {
	.cta-sec__inner {
		margin: 0 -10px;
	}
}

@media screen and (max-width: 575.98px) {
	.cta-sec__inner {
		padding: 35px 34px 34px;
	}
}

.cta-sec__inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(110.42deg, #30466d 9.86%, #234d97 58.33%);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	z-index: -1;
}

.cta-sec__flex {
	justify-content: space-between;
	align-items: center;
	height: 191px;
}

@media screen and (max-width: 991.98px) {
	.cta-sec__flex {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		height: auto;
	}
}

.cta-sec__heading {
	margin-bottom: 11px;
}

@media screen and (max-width: 575.98px) {
	.cta-sec__heading {
		margin-bottom: 16px;
	}
}

.cta-sec__heading h2 {
	color: #fff;
}

.cta-sec__heading h2 span {
	color: #fff;
}

.cta-sec__content {
	max-width: 700px;
}

.cta-sec__content p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 176%;
}

@media screen and (max-width: 991.98px) {
	.cta-sec__content p {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 575.98px) {
	.cta-sec__content p {
		margin-bottom: 14px;
		font-size: 15px;
		line-height: 176%;
	}
}

.cta-sec__btn {
	margin-left: 20px;
}

@media screen and (max-width: 991.98px) {
	.cta-sec__btn {
		margin-left: 0;
	}
}

.cta-sec__btn .btn_h {
	min-width: 262px;
	height: 48px;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 0 19px;
	justify-content: space-between;
}

.cta-sec__btn .btn_h:hover .icon img {
	transform: rotate(45deg);
}

.cta-sec__btn .icon {
	width: auto;
	margin-left: 18px;
}
