.seo-content-section h1 p {
  font-size: 35px;
  font-weight: 600;
}

.policies-section .policies-content {
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.policies-section .policies-count {
  background-color: #d32c2c;
  color: white;
  border-radius: 8px;
  min-width: 40px;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
}

.policies-section .policies-content p {
  font-size: 20px;
  font-weight: 300;
}

.policies-section .policies-content p strong {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 18px;
}
