.massive {font-size: 28px; font-weight: bold;}

@media only screen and (min-width: 936px;) {
.button.small {font-size: 23px; padding: 14px 28px; margin-bottom: 70px!important; font-weight: bold;}
}

@media only screen and (max-width: 935px;) {
.button.small {font-size: 14px; padding: 4px 14px; font-weight: bold;}
}
;