.auth .welcome { height: auto; &__content { align-items: center; color: #FFF; display: flex; justify-content: center; height: auto; } &__logo { width: 100px; } &__text { border-left: 1px solid #FFF; margin-left: 40px; padding-left: 40px; h1 { font-size: 60px; letter-spacing: -.4rem; margin-bottom: 5px; } h2 { margin-bottom: 0; margin-left: 2px; } } &__services { height: 100%; margin-left: -450px; max-height: 600px; max-width: 800px; width: 100%; } &__buttons { display: block; margin-top: 100px; text-align: center; height: auto; .button:first-of-type { margin-right: 25px; } } .button { border-color: #FFF; color: #FFF; cursor: pointer; &:hover { background: #FFF; color: $theme-brand-primary; } &__inverted { background: #FFF; color: $theme-brand-primary; } &__inverted:hover { background: none; color: #FFF; } } &__featured-services { align-items: center; background: #FFF; border-radius: 6px; display: flex; flex-wrap: wrap; margin: 80px auto 0 auto; padding: 20px 20px 5px; text-align: center; width: 480px; height: auto; } &__featured-service { margin: 0 10px 15px; height: 35px; transition: .5s filter, .5s opacity; width: 35px; img { width: 35px; } } }