html, body {
    max-width: 100%;
    overflow-x: hidden;
}
@media only screen and (max-width: 600px) {
	#Marketing .col {
		margin-bottom: 3rem;
	}
	#Marketing .col > svg {
    		width: 80px;
		height: 80px;
		margin: 0 !important;
	}
	#Marketing .col > h2 {
		font-size: 1.25rem;
	}
}
