.why-ayurveda {
  padding: 80px 0;
  background: #f6fbfa;
  font-family: "Poppins", sans-serif;
}
    
/* Header */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header .top-icon {
  font-size: 40px;
  color: #7db6b3;
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: 36px;
  margin: 0;
  color: #111;
}

.section-header p {
  color: #7db6b3;
  font-weight: 500;
}

/* Layout */
.ayurveda-wrap {
  display: grid;
  grid-template-columns: 1fr 300px 1fr;
  align-items: center;
}

/* Features */
.features {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.features.left .feature {
  text-align: right;
  padding-right: 40px;
  position: relative;
}

.features.right .feature {
  text-align: left;
  padding-left: 40px;
  position: relative;
}

/* Dotted lines */
.features.left .feature::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 35px;
  border-top: 2px dotted #7db6b3;
}

.features.right .feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 35px;
  border-top: 2px dotted #7db6b3;
}

.feature {
  font-size: 16px;
  color: #111;
  font-weight: 500;
}

/* Center Circle */
.center-circle {
  display: flex;
  justify-content: center;
}

.circle {
  width: 260px;
  height: 260px;
  border: 2px dashed #7db6b3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle img {
  width: 90px;
  opacity: 0.8;
}

.price{

  line-height: 2;
}