.ayurveda__panchkarma__section .heading__block {
  margin-bottom: 32px;
}
.ayurveda__panchkarma__section h2 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 12px;
}
.ayurveda__panchkarma__section .heading__block p {
  text-align: center;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  max-width: 900px;
  margin-inline: auto;
  line-height: 32px;
}
.ayurveda__panchkarma__section .grid__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding-top: 60px;
}
.accordion__list h3 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 12px;
  font-weight: 600;
  text-align: left;
}
.accordion__list h3 ~ p {
  font-size: 16px;
  color: #666;
  margin-bottom: 24px;
  line-height: 28px;
}
.accordion__list .flex__row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}
.accordion__list .icon {
  /* background: #f2fbf7; */
  border-radius: 60px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 8px 20px;
  border: 2px solid #08726a;
}
.accordion__list .flex__row p {
  font-size: 16px;
  color: #08726a;
}
.accordion__list .icon img {
  width: 16px;
  height: 16px;
}
.accordion__list .accordion__item {
  border-bottom: 1px solid #e9e7f3;
  padding: 16px 0;
  cursor: pointer;
}
.accordion__list .accordion__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion__list .accordion__head h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 31.2px;
  font-weight: 700;
}
.accordion__list .accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
  padding-top: 10px;
}
.accordion__list .accordion__panel > div {
  overflow: hidden;
}
.accordion__list .accordion__item.open .accordion__panel {
  grid-template-rows: 1fr;
}
.accordion__list .accordion__panel p {
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  line-height: 32px;
  color: #000;
}
.image {
  background: #f2fbf7;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.approaches__section .heading__block {
  margin-bottom: 32px;
}
.approaches__section h2 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 12px;
}
.approaches__section h2 span {
  color: #004246;
}
.approaches__section .heading__block p {
  text-align: center;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  max-width: 900px;
  margin-inline: auto;
  line-height: 32px;
}
.approaches__section .grid__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1116px;
  margin-inline: auto;
}
.approaches__section .grid__row .grid__item {
  padding: 24px;
  background: #f2fbf7;
  border-radius: 28px;
  text-align: center;
}
.approaches__section .grid__row .grid__item .icon {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  background: #004246;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  margin-inline: auto;
}
.approaches__section .grid__row .grid__item h3 {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  margin-bottom: 12px;
}
.approaches__section .grid__row .grid__item p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #7a8b87;
  font-weight: 400;
  line-height: 24px;
}
