.sc-hero__content {
  max-width: 40rem;
}

.sc-hero--bg-home::before {
  /* background-image:
    linear-gradient(115deg, rgba(255, 173, 71, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(91, 124, 255, 0.2), transparent 48%),
    url("../../img/hero/luxbetto-home-hero-bg.webp"); */
    background: url("../../img/hero/luxbetto-home-hero-bg.webp") center / cover no-repeat;
}

.sc-portfolio-card picture {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (min-width: 768px) {
  .sc-hero--bg-home::before {
    background-image:
      linear-gradient(115deg, rgba(255, 173, 71, 0.2), transparent 32%),
      linear-gradient(135deg, rgba(91, 124, 255, 0.2), transparent 48%),
      url("../../img/hero/luxbetto-home-hero-bg.webp");
  }
}
