.homeabout--container {
	padding: 20px 30px 40px;
	max-width: 1000px;
	min-height: calc(100vh - 76px);
}

@media (min-width: 900px) {
	.homeabout--container {
		padding: 60px 30px 10px;
		/* min-height: calc(100vh - 90px); */
	}
}

.homeabout--title {
	font-family: "Roboto Condensed";
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	position: relative;
	display: block;
	margin-bottom: 55px;
	color: #BDCFF9;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 900px) {
	.homeabout--title {
		font-size: 60px;
		line-height: 72px;
		margin-bottom: 80px;
	}
}

.homeabout--title > span:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.homeabout--title > span:nth-child(2) {
	/* opacity: 0; */
}

@media (min-width: 768px) {
	.homeabout--solution-title {
		margin-top: 1.05em;
		text-align: right;
		margin-bottom: 30px;
	}
}

.homeabout--solution-title {
	font-family: "Roboto Condensed";
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	text-align: left;
	color: #D1FFE7;
	margin-bottom: 25px;
}

.homeabout--solution-subtitle {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 25px;
	/* margin-bottom: 10px; */
}

.homeabout--solution-copy {
	font-family: Inter;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.homeabout--solution-title {
		font-size: 38px;
		line-height: 48px;
		text-align: right;
	}

	.homeabout--solution-subtitle {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
		/* text-align: right; */
	}

	.homeabout--solution-copy {
		font-size: 20px;
		line-height: 30px;
	}

	.homeabout--col {
		margin-bottom: 25px;
	}

	.homeabout--col.col-md-6:nth-child(odd) {
		padding-right: 45px;
	}
}


.homeabout--cursor {
	display: inline-block;
	height: 1em;
	width: 1px;
	border-left: 1px solid #fff;
}

.homeabout--col {
	/* opacity: 0;
	transform: translateY(30px);
	transition: all .5s; */
}

.type-text-finished .homeabout--col {
	transform: translateY(0);
	opacity: 1;
}

.homeabout--title {
	/* transform: translate3d(0,100px,0);
	opacity: 0;
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: opacity, transform;
	transition-timing-function: ease; */
}

.aos-animate.homeabout--title {
	opacity: 1;
	transform: translate3d(0,0,0);
}

/* .type-text-finished .homeabout--col[data-row="2"] {	transition-delay: .5s;}
.type-text-finished .homeabout--col[data-row="3"] {	transition-delay: 1s;}
.type-text-finished .homeabout--col[data-row="4"] {	transition-delay: 1.5s;}
.type-text-finished .homeabout--col[data-row="5"] {	transition-delay: 1.5s;} */
