.section-pencil-pro .button.button-elevated {
	margin-top: 24px;
}

@media only screen and (max-width: 734px) {
	.section-pencil-pro .button.button-elevated {
		margin-top: 17px;
	}
}

.section-features .features-grid {
	grid-template-rows: 1fr auto repeat(12, minmax(100px, max-content));
}
