.product-text-image.cgm-hero-text-image {
  background: var(--blue-02);
}
.cgm-hero-text-image .product-image {
  max-width: 400px;
}

.product-image img {
  object-fit: cover;
}

.product-text-image.cgm-hero-text-image .product-text {
  text-align: center;
  align-self: center;
}
.cgm-hero-text-image .time-bar {
  padding-bottom: 20px;
}
.cgm-hero-text-image .time {
  margin-right: 10px;
}
.cgm-hero-text-image .product-image img,
.cgm-hero-text-image .product-text img {
  border-radius: 50%;
}
@media (min-width: 768px) {
  .product-text-image.cgm-hero-text-image .product-text {
    text-align: left;
  }
}
