.dfas-product-proof {
  max-width: 1000px;
  margin: 0 auto 56px;
  padding: 16px;
  background: #eef4f7;
  border: 1px solid #d9e4eb;
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(16, 40, 61, .12);
}

.dfas-product-proof img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 13px;
}

@media (max-width: 600px) {
  .dfas-product-proof { margin-bottom: 40px; padding: 8px; border-radius: 16px; }
  .dfas-product-proof img { border-radius: 10px; }
}
