.tab_bar {
  background-color: #f1ebff;
  border-radius: 20px;
}
.navigation_tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.navigation_tabs button {
  background: none;
  border: none;
  color: var(--text);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  padding: 10px 20px;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}

.section_desc {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  color: var(--text);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
  margin-bottom: 30px;
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;  */
}

.navigation_tabs button.active {
  color: #585df9;
  border-bottom: 2px solid #585df9;
}

.tab_bar_img {
  height: 500px;
  width: 80vw;
}

.section_desc > div {
  flex: 1;
}

.tab_bar_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.tab_heading {
  margin-top: 20px;
}

.tab_heading h1 {
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 30px;
}
.tab_heading p {
  font-size: 16px;
  line-height: 28px;
  color: var(--text);
}

@media only screen and (max-width: 1023px) {
  
}
@media (min-width: 768px) and (max-width: 1023px) {}
@media (min-width: 980px) and (max-width: 1023px) {
}
