@media screen and (min-width:1025px) {
.buttonWidth { height: 54px !important; width: 90% !important; }
}

@media screen and (max-width: 1024px) {
.enroll-button { height: 85px !important; }
.buttonWidth { height: 85px !important; width: 98% !important; }
}