@import "../../styles/colors.scss"; .guide-box { border-radius: 4px; background-color: #FFFFFF; box-shadow: 0 1px 12px 0 rgba(34,33,78,0.08), 0 2px 4px 0 rgba(34,33,78,0.1); margin: 20px 2px 20px 2px; padding: 30px 65px 30px 65px; width: 540px; text-align: center; h1 { color: $color-text-default; font-family: "PT Sans"; font-size: 24px; font-weight: bold; letter-spacing: 0; line-height: 28px; } } .spacer { height: 75px; display: block; } .button-container { position: fixed; bottom: 0; width: 100%; background-color: $color-gray0; padding: 0 0 20px 0; button { height: 52px; width: 266px; float: left; &:last-child { margin-right: 12px; } &:first-child { margin-right: 12px; } &:after { clear: both; } } }