   .hero-section-wide {
  padding: 60px 20px;
  background-color: #fff0f5;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1500px;
  margin: 0 auto;
}

.hero-image picture, .hero-image img {
    /*max-width: 630px;*/
    max-width: 100%;
    height: 615px;
    position: relative;
    top: 1px;
}

.hero-text h1 {
  font-size: 2.5rem;
  color: #b71c1c;
  margin-bottom: 20px;
}

.hero-text p.text-content {
  font-size: 1rem;
  color: #444;
  margin-bottom: 20px;
}

.hero-section-wide__cta {
  display: inline-block;
  padding: 12px 24px;
  background-color: #d32f2f;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}

.hero-section-wide__cta:hover {
  background-color: #b71c1c;
}

#smile-project-redesign .hero-section-wide h1 {
    margin: 0;
}
#smile-project-redesign .hero-section-wide{
    padding: 0 !important;
    background-color: #FFF2F8 !important; 
}

.hero-text img{
    width: 290px;
    top: -20px;
    position: relative;
}


/* Two-column on larger screens */
@media (min-width: 768px) {
  .hero-content {
    flex-direction: row;
    align-items: center;
  }

  .hero-image, .hero-text {
    flex: 1;
  }

  .hero-text {
    padding-left: 40px;
/*    margin-bottom: 100px;*/
  }
}



/* TIER BOXES */
   .membership-tiers {
  text-align: center;
  padding: 60px 20px;
  background-color: #fff;
}

.membership-tiers h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.membership-tiers .subtitle {
  font-size: 0.9rem;
  color: #555;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.tiers-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.tier-box {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tier-box img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.tier-label {
  font-weight: bold;
  color: white;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}

/* Tier-specific colors */
.tier-label.member {
  background-color: #af1c2d;
}

.tier-label.silver {
  background-color: #999;
}

.tier-label.gold {
  background-color: #cfae6a;
}

.tier-box p {
  font-size: 0.95rem;
  color: #333;
}

/* ---- */

.mobile-view {
  display: none;
}

#smile-project-redesign .gifts-slider__gift-box p.text-content.name {
  min-height: 150px;
}



 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .hero-image picture, .hero-image img {
        max-width: 145%;
        height: 600px;
        position: relative;
        right: 65px;
    }
        .hero-text {
        padding-right: 40px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    #smile-project-redesign .hero-section-wide{
        padding: 0px 20px !important;
    }
    .hero-image picture, .hero-image img {
        max-width: 130%;
        height: 400px;
        position: relative;
        right: 15px;
    }
    .hero-text {
      margin-bottom: 60px;
      margin-top: 80px;
    }
    .hero-text img {
      width: 190px;
      top: -20px;
    }
}

@media (max-width: 480px) {
    .hero-image picture, .hero-image img {
        max-width: 100%;
        height: auto;
        top: 1px;
    }
    .hero-text{
        margin-bottom: 40px;
    }
    .desktop-view{
      display: none !important;
    }
    .mobile-view{
      display: initial;
    }
    .hero-text img {
      width: 125px;
      /*right: 20px;*/      
      top: 40px;
    }
    .hero-text{
        text-align: left;
        right: 10px;
        position: relative;
    }
    .hero-text h1{
      font-size: 40px !important;
    }
    .hero-content{
      background-color: #FFF2F8 !important;
      flex-direction: row;
    }
    .hero-image picture, .hero-image img {
      max-width: 156%;
      position: relative;
      right: 60px;
    }
    #smile-project-redesign .hero-section-wide p.text-content{
      font-size: 16px;
    }
    .membership-tiers {
      margin-top: -60px;
    }
}