.why_learn {
  background: linear-gradient(180deg, #fff 0%, #d0eded 100%);
}

.why_learn_ff .why_learn_title {
  font-weight: 600;
  line-height: 42px;
  color: var(--Brand-2, #2e2e54);
  text-align: center;
}
.why_learn_grids {
  width: 552px;
  background-color: var(--Neutral-White, #fff);
  border-radius: 8px;
  gap: 18px;
}
.why_learn_grids .why_learn_grid_txt {
  color: var(--Neutral-800, #282828);
  font-size: 14px;
  line-height: 22px;
}
