.get-started-cta {
	padding: 0
}

.get-started-cta>.container {
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 1
}

@media (max-width:991px) {
	.get-started-cta>.container {
		flex-direction: column-reverse;
		align-items: stretch
	}
}

@media (min-width:992px) {
	.get-started-cta>.container .left-col {
		width: 60%;
		flex-shrink: 0;
		margin-right: 20px
	}
}

.get-started-cta>.container .right-col {
	width: 100%;
	text-align: center
}

@media (max-width:991px) {
	.get-started-cta>.container .right-col {
		margin-bottom: 30px
	}
}

.get-started-cta .cta-title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 25px
}

.get-started-cta .button {
	display: inline-block
}

.get-started-cta .button+.button {
	margin-left: 30px
}

@media (max-width:991px) {
	.get-started-cta .button {
		display: block;
		margin-bottom: 15px
	}

	.get-started-cta .button+.button {
		margin-left: 0
	}
}

.get-started-cta .logos-section__title {
	font-size: 20px;
	line-height: 26px;
	margin-top: 25px;
	margin-bottom: 10px
}

.get-started-cta .logos-section__logos {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -10px
}

.get-started-cta .logos-section__logo {
	margin: 10px;
	height: 30px;
	width: auto
}

.get-started-cta * {
	color: #fff
}

.get-started-cta.buttons-below-placeholder>.component-content,
.get-started-cta.buttons-below-placeholder>.container {
	flex-direction: column
}

.get-started-cta.buttons-below-placeholder>.component-content>.row,
.get-started-cta.buttons-below-placeholder>.container>.row {
	width: 100%;
	margin: 0
}

.get-started-cta.buttons-below-placeholder>.component-content .numbered-list.numbered-list-vertical,
.get-started-cta.buttons-below-placeholder>.container .numbered-list.numbered-list-vertical {
	margin: 0
}

.get-started-cta.buttons-below-placeholder .buttons-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 25px
}

@media (min-width:992px) {
	.get-started-cta.buttons-below-placeholder .buttons-wrapper .button+.button {
		margin-left: 10px
	}
}

@media (max-width:991px) {
	.get-started-cta.buttons-below-placeholder .buttons-wrapper {
		flex-direction: column
	}
}