.pricing-artwork {
  background: #02091c;
  overflow: hidden;
}

.pricing-artwork img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: cover;
  object-position: center;
}

.pricing-artwork + .package-grid {
  padding-top: 64px;
}

.pricing-phone-note {
  margin: -48px clamp(24px, 5vw, 76px) 48px;
  color: #fff;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
  text-align: center;
}

.pricing-phone-note a {
  color: #ff451c;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 650px) {
  .pricing-artwork img {
    height: 430px;
    object-fit: cover;
    object-position: 18% center;
  }

  .pricing-artwork + .package-grid {
    padding-top: 34px;
  }

  .pricing-phone-note {
    margin-top: -32px;
    margin-bottom: 36px;
  }
}
