.wpcc-container .wpcc-message {
  font-family: SourceSansPro-Regular, sans-serif;
  font-size: 18px;
  line-height: 1.56;
  color: #053e5e;
}
.wpcc-container .wpcc-message a {
  color: #053e5e;
  text-decoration: none;
}

.wpcc-corners-round .wpcc-btn {
  display: block;
  padding: 0 7px 3px 9px;
  height: 44px;
  width: 103px;
  border-radius: 0;
  font-family: SourceSansPro-Regular, sans-serif;
  font-size: 16px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
}
.wpcc-corners-round .wpcc-btn:active {
  transition: 0.4s;
  background-color: #c43133;
}
