.top-content {
    padding: 0 0 170px 0;
}

.brand-logo {
    width: 300px;
    height: auto;
}

.f1-step {
    width: 25%;
}

.d-none {
    display: none;
}

/* Mobile portrait */
@media (max-width: 480px) {
    .brand-logo {
		width: 180px;
        height: auto;
	}
}
