.template-gift-card {
  display: flex;
  justify-content: center;

  &__card {
    width: 320px;

    @media (max-width: 320px) {
      width: 100%;
    }
  }

  &__image {
    padding: 1rem 1rem 0 1rem;
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
}
