.title-sec {
	margin-bottom: 48px;
}
.title-sec--align-left .title-sec__title,
.title-sec--align-left .title-sec__subtitle > span,
.title-sec--align-left .title-sec__desc {
	display: block;
	max-width: 890px;
}
.title-sec--align-center {
	text-align: center;
}
.title-sec--align-center .container {
	max-width: 920px;
}
.title-sec__subtitle {
	margin: 16px 0;
}
.title-sec__subtitle > span {
	color: #2A2A36;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
}
.title-sec__desc {
	color: #2A2A36;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5em;
	margin-top: 16px;
}
.title-sec__btn-container-mobile {
	margin-top: 24px;
}
@media screen and (min-width:992px) {
	.title-sec__title-row,
	.title-sec--align-left .title-sec__subtitle {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		gap: 48px;
	}
	.title-sec .title-sec__btn {
		white-space: nowrap;
	}
}