.getting_started .about-text {
    margin: 1em 200px 2em 0;
    min-height: 60px;
    color: #555d66;
    font-weight: 400;
    line-height: 1.6em;
    font-size: 19px;
    max-width: 815px;
}

.getting_started .welcome-getting-started {
    margin: .2em 200px 0 0;
    padding: 0;
    color: #32373c;
    line-height: 1.2em;
    font-size: 2.8em;
    font-weight: 400;
}

.getting_started .feature-section,
.support_theme_options .feature-section {
	display: flex;
	max-width: 1100px;
}

.support_theme_options h2 {
    margin: 40px 0 .6em !important;
    font-size: 2.7em !important;
    line-height: 1.3 !important;
    font-weight: 300 !important;
    text-align: center !important;
    max-width: 1100px;
}

.support_theme_options .col {
	width: 33.333%;
	padding: 30px;
}

.support_theme_options .feature-section.two-col {
	align-items: flex-start;
	display: flex;
}

.support_theme_options .feature-section.two-col .col {
	padding-right: 60px;
	max-width: 500px;
}

.feature-section.two-col h3:not(:first-child) {
	margin-top: 3em;
}
