#pricing-hero {
  background: url('../img/pricing-hero-bg.svg');
  background-position: bottom;
  background-size: cover;
}

#pricing-hero .container {
  min-height: 360px;
}

#pricing-hero .section-title .highlight {
  position: relative;
}

#pricing-hero .section-title .highlight::after {
  content: url('../img/scratch5.svg');
  position: absolute;
  left: -15px;
  top: 15px;
}

@media screen and (max-width: 576px) {
  #pricing-hero .section-title .highlight::after {
    content: url('../img/scratch4.svg');
    position: absolute;
    left: 10px;
    scale: 1.25;
    top: 15px;
  }
}

#pricing-cards .price-card {
  border-radius: 24px;
}

#pricing-cards .price-card .card-body {
  padding: 40px;
}

#pricing-cards .price-card.popular {
  background: #fff9fc;
}

#pricing-cards .price-card .most-popular-badge {
  color: #ff1616;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
  padding: 8px 12px;
  background: #ffe7e6;
}

#pricing-feature {
  background: #fffbfa;
}

@media screen and (max-width: 576px) {
  #pricing-feature .section-title {
    font-size: 20px;
  }
}
