.vitamin__section {
  padding: 40px 0;
  background: #ffffff;
}
.vitamin__content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.vitamin__heading {
  font-size: 24px;
  font-weight: 700;
  color: #1D6E1B;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.3;
}
.vitamin__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vitamin__item {
  padding: 0;
  flex-direction: column;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.vitamin__item--orange {
  background: linear-gradient(135deg, #F5B942 0%, #E8A825 100%);
  border-color: #E8A825;
}
.vitamin__item--orange .vitamin__item-title {
  color: #3c4070;
}
.vitamin__item--orange .vitamin__item-subtitle,
.vitamin__item--orange .vitamin__item-description {
  color: #2c3e50;
}
.vitamin__item-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.vitamin__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vitamin__item-content {
  flex: 1;
  padding: 20px 40px;
}
.vitamin__item-title {
  font-size: 16px;
  font-weight: 700;
  color: #3c4070;
  margin: 0 0 5px 0;
  line-height: 1.3;
}
.vitamin__item-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin: 0 0 8px 0;
  line-height: 1.4;
  font-style: italic;
}
.vitamin__item-description {
  font-size: 14px;
  font-weight: 400;
  color: #3c4070;
  margin: 0;
  line-height: 1.5;
}
.vitamin__item-content {
  border: 1px solid #FFAC06;
  border-radius: 30px;
}
.vitamin__item--orange {
  padding: 0px 30px !important;
}
.vitamin__item--orange .vitamin__item-icon {
  width: 100px;
  height: 100px;
  background: white;
  padding: 14px;
  margin-top: 10px;
  border: 1px solid #FFAC06;
}
.vitamin__item--orange .vitamin__item-content {
  border: none;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */