.text-form {
  color: #7D7D7D;
  display: block;
  font-family: Open Sans,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 4px 0 6px;
  width: 100%;
}

.title1 {
  margin-bottom: 0px;
}

.button-1 {
  background: #ec1a25;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  text-shadow:1px 1px 1px #000;
  lin e-height: 40px;
  overflow: hidden;
  position: relative;
  padding: 0 0px;
  flo at: right;
  marg in: 0 5px;
}

.buttons a:hover {
  background: #000;
  color: #FFFFFF;
 
}