.policy {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 40px;
}
.policyA {
  display: block;
  width: fit-content;
  font-family: "TT Interfaces";
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 113.1%;
  color: #cdcdcd;
  text-decoration: none;
  align-self: center;
  background: #2b2b2b;
  border-radius: 65.1653px;
  padding: 17px 20px;
  transition: ease-in-out 0.2s;
  margin: 0 0 0 auto;
}

.policyHref {
  color: #fa4515;
  transition: ease-in-out 0.2s;
  border-bottom: 2px dashed rgba(0, 0, 0, 0);
  text-decoration: none;
  outline: none;
}

.policyHref:hover {
  border-bottom: 2px dashed #fa4515;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}

.policyA:hover {
  background: #fa4515;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}

.policyTitle {
  color: #000;
  margin-top: 80px;
  font-family: "TT Interfaces";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 35.16px;
}

.policyContent {
  color: #000;

  font-family: "TT Interfaces";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 80px;
}
