.policy-section {
  background-color: var(--bg-dark);
  padding: 76px 0 80px;
}

.policy-title {
  font-size: 60px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.05;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.policy-intro {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.6;
  letter-spacing: 0.56px;
  margin-bottom: 30px;
}

.policy-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.policy-block:last-child {
  margin-bottom: 0;
}

.policy-block-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
}

.policy-block-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.6;
  letter-spacing: 0.56px;
}

@media (max-width: 768px) {
  .policy-section {
    padding: 40px 0 60px;
  }

  .policy-title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .policy-block {
    margin-bottom: 20px;
  }

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