.program-full {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  max-width: 1320px;
  margin: auto;
}

.program-sidebar {
  flex: 0 0 300px;
  position: sticky;
  top: 1rem;
}

.program-sidebar__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.program-sidebar__item {
  margin-bottom: 0.25rem;
}

.program-sidebar__link {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
}

.program-sidebar__link.is-active {
  background: rgba(0, 0, 0, 0.06);
  font-weight: 600;
}

.program-content {
  flex: 1 1 auto;
  min-width: 0;
}

.program-section__title {
  margin-top: 0;
}
/* #field-field-about-the-program .program-section__title ,
#field-field-about-the-program  .field__label{
  display: none;
} */