.pagesbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #fff !important;
    background: #890000 !important;
   border: #890000 3px solid !important;
}

.pagesbutton:hover {
      color: #890000 !important;
    background: #fff !important;
 border: #890000 3px solid !important;
}

.contactboxes {
    border: solid 1px #2e2e2e;
    padding: 15px;
  margin-top: 30px;
  height: 460px !important;
}