.column-border {
  border: 1px solid #819069;
  border-width: 1px;
  border-radius: 300px;
  padding: 10px;
}

@media (min-width: 992px) {
  .column-border {
    padding: 25px;
  }
}

.img-border-radius {
  border-radius: 290px;
  aspect-ratio: 10/15;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .img-border-radius {
    border-radius: 275px;
  }
}

@media (max-width: 991px) {
  .product_img {
    object-fit: contain;
    width: auto;
    height: 400px;
  }
}

@media (min-width: 992px) {
  .product_img {
    object-fit: contain;
    width: auto;
    height: 100%;
  }
}

.product-certifications-logos {
  max-width: 100px;
  max-height: 50px;
  padding: 5px;
}

