.why-fitlegit-page .flex-container {
	display: flex;
	align-items: center;
	-webkit-display: flex;
	-webkit-align-items: center;
}

.why-fitlegit-page .section {
	padding: 50px 0;
}

.why-fitlegit-page .section.one {
	max-width: 600px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.why-fitlegit-page .section.one .icon {
	background-image: url(../../assets/why-nucleus.svg);
	background-position: center;
	background-repeat: no-repeat;
	width: 85px;
	height: 85px;
	margin: 0 auto 20px;
}

.why-fitlegit-page .section.one .title {
	color: #202526;
	font-size: 4rem;
	line-height: 5rem;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: -0.3rem;
	text-align: center;
}

.why-fitlegit-page .section.one .description {
	font-size: 2rem;
	line-height: 2.6rem;
	margin-bottom: 40px;
	text-align: center;
}

.why-fitlegit-page .section.two {
	padding-top: 0;
}

.why-fitlegit-page .section.two .slope {
	background-image: url(../../assets/why-graph-increase.svg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 600px;
}

.why-fitlegit-page .section.two .flex-container {
	height: 100%;
}

.why-fitlegit-page .section.two .title {
	color: #202526;
	font-size: 4rem;
	line-height: 5rem;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: -0.3rem;
}

.why-fitlegit-page .section.two .description {
	font-size: 2rem;
	line-height: 2.6rem;
	margin-bottom: 40px;
	max-width: 550px;
}

.why-fitlegit-page .section.two .description .bold {
	font-weight: 700;
	color: #202526;
	font-size: 1.7rem;
}

.why-fitlegit-page .section.three {
	padding: 100px 0;
}

.why-fitlegit-page .section.three .flex-container {
	justify-content: space-between;
}

.why-fitlegit-page .section.three .left,
.why-fitlegit-page .section.three .right {
	width: 50%;
}

.why-fitlegit-page .section.three .right {
	padding-left: 110px;
}

.why-fitlegit-page .section.three .table .row {
	display: flex;
	align-items: stretch;
	align-content: center;
	margin-bottom: 10px;
}

.why-fitlegit-page .section.three .table .row .column {
	min-height: 150px;
	padding: 30px;
	align-items: center;
    display: flex;
}

.why-fitlegit-page .section.three .table .row .column.one {
	width: 30%;
	min-width: 150px;
	border-radius: 5px 0 0 5px;
}

.why-fitlegit-page .section.three .table .row .column.one .level {
	text-align: center;
	color: #FFF;
	font-size: 2.6rem;
	letter-spacing: -0.05rem;
	font-weight: 700;
	width: 100%;
}

.why-fitlegit-page .section.three .table .row .column.two {
	width: 70%;
	background: #F2F2F2;
	border-radius: 0 5px 5px 0;
	padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.why-fitlegit-page .section.three .table .row .column.two .title {
	font-weight: 700;
	font-size: 2.6rem;
	margin-bottom: 10px;
	letter-spacing: -0.08rem;
	color: #202526;
}

.why-fitlegit-page .section.three .table .row .column.two .description {
	font-size: 1.8rem;
	line-height: 2.4rem;
}

.why-fitlegit-page .section.three .table .row.one .column.one {
	background: #202526;
}

.why-fitlegit-page .section.three .table .row.two .column.one {
	background: #295C64;	
}

.why-fitlegit-page .section.three .table .row.three .column.one {
	background: #339DAF;
}

.why-fitlegit-page .section.three .right .title {
	color: #202526;
	font-size: 4rem;
	line-height: 5rem;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: -0.3rem;
}

.why-fitlegit-page .section.three .right .description {
	font-size: 2rem;
	line-height: 2.6rem;
}

.why-fitlegit-page .section.four {
	max-width: 600px;
	margin: 0 auto 100px;
	padding-left: 20px;
	padding-right: 20px;
}

.why-fitlegit-page .section.four .icon {
	background-image: url(../../assets/why-no-money.svg);
	background-position: center;
	background-repeat: no-repeat;
	width: 85px;
	height: 85px;
	margin: 0 auto 20px;
}

.why-fitlegit-page .section.four .title {
	color: #202526;
	font-size: 4rem;
	line-height: 5rem;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: -0.3rem;
	text-align: center;
}

.why-fitlegit-page .section.four .description {
	font-size: 2rem;
	line-height: 2.6rem;
	margin-bottom: 40px;
	text-align: center;
}

.why-fitlegit-page .section.four a.btn {
	max-width: 350px;
    margin: 0 auto;
}
