.policy-section {
  display: flex;
  justify-content: center;
}

.policy-content {
  width: 100%;
  max-width: 1440px;
  padding: 30px 130px;
  margin-top: 120px;
}

.policy-text-title {
  font-size: 20px;
}

.policy-title, .policy-subtitle {
  text-align: center;
}

.policy-text {
  padding: 50px;
  border: 1px solid #b60000;
  /*border-radius: 20px;*/
  font-weight: 300;
  text-align: justify;
}
.policy-text-small{
  font-size: x-small;
}

.policy-text-title{
  font-weight: 900;
}

@media (max-width: 768px) {
  .policy-text {
    padding: 20px;
  }
  .policy-content {
    padding: 20px;
    margin-top: 70px;
  }
}
