.policy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0 2rem;
  margin-bottom: 2rem;
  box-shadow: -4px 8px 8px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  max-width: 700px;
  justify-self: center;
}

.policy img {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-inline-size: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .policy {
    margin: 0 1rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .policy {
    margin: 0 0.6rem;
    margin-bottom: 1.5rem;
  }
}
