/* CSS Document */
.menu .collapse-menu {display: flex}

.news-section {
    background: linear-gradient(180deg, #FFF 0%, #CBE29F 100%), #FFF;
    padding-top: 159px;
}

.news-page {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(203, 226, 159, 0.35) 100%), #FFF;
}
.news-page h1 {
    color: var(--gray, #423E3A);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    margin: 0 0 80px;
}
.news-page .container {
    max-width: 1300px;
}
.news-page .container-sm {
    max-width: 1000px;
}
.news-page li,
.news-page p {
    margin: 0 0 30px
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}

.schedule-list{
  max-width: 1692px;
  margin: 0 auto;
  opacity: 0;
}
.schedule-list.active {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.schedule-list .row{
  display:grid;
  grid-template-columns: 150px 1fr;
  padding:20px 0;
  border-bottom:1px solid #1f1f1f;
  margin: 10px 0;
}
.schedule-list .row:last-child{ border-bottom:0 }
.schedule-list .time{
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  white-space: nowrap;
}
.schedule-list .item{
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.schedule-list .item.strong{ font-weight:700 }
@media (max-width: 640px) {
  .schedule-list .row{
    display: block;
  }
  .schedule-list .time{
    margin-bottom: 20px;
  }
  .schedule-list .time,
  .schedule-list .item {
    font-size: 20px;
  }
}

.founders-page {
  font-size: 22px;
  font-style: normal;
  font-weight: 450;
  line-height: 35px; /* 159.091% */
  letter-spacing: 1.1px;
}
.founders-page .breadcrumb {
  color: #6E87C4;
}
.founders-page h1 {
  color: #6E87C4;
}
.founders-page h2.h1-style {
  margin: 80px 0 20px;
}
.founders-page .featured-videos-section {
  margin: 80px 0 0;
}
@media (min-width: 769px) {
  .founders-page .featured-videos-section .grid {
    gap: 20px;
  }
  .founders-page .featured-videos-section .grid .item {
    width: calc(50% - 10px)
  }
}

@media (max-width: 768px) {
  .founders-page {
    font-size: 16px;
    line-height: 1.4em;
  }
}