/*
	Stylesheet for Valor Bank
*/

.privacy-content {
  text-align: center;
 padding: 100px 0px;
}
.privacy-content h3 {
  font-weight: 400;
}
.privacy-button {
  padding: 10px 0px;
  width: 150px;
  display: inline-block;
  background: #16355e;
}
.privacy-button a {
  color: #fff;
}
.privacy-button:hover {
  background: #1b4378;
}