.texture-image img {
  object-fit: contain;
  padding: 26px;
  background: #fff;
}

.format-card.tub img {
  width: 46%;
  height: 96%;
  right: 6%;
  bottom: -3%;
  border-radius: 100px 100px 0 0;
}

@media (max-width: 560px) {
  .format-card.tub img {
    width: 52%;
    right: 3%;
  }
}
