.our-channel {
  width: 100%;

  margin: 0;
  padding: 0 5%;

  display: flex;

  flex-direction: column;
  align-items: center;

  background: #001871;
}

.our-channel-header {
  width: 100%;
  margin-top: 44px;

  max-width: var(--view-port);

  display: flex;
  justify-content: space-between;
}

@media (max-width: 720px) {
  .our-channel-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.section-white-title {
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
}

.section-chanel-title {
  max-width: 405px;
}

.section-year-title {
  max-width: 605px;
}

.youtube-channel {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;

  display: flex;
  align-items: center;

  a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
}

.our-channel-videos {
  width: 100%;

  max-width: var(--view-port);

  display: grid;

  grid-template-columns: 2fr 1fr;

  gap: 28px;

  margin-top: 56px;
}

.our-channel-videos-reverse {
  width: 100%;

  max-width: var(--view-port);

  display: grid;

  grid-template-columns: 1fr 2fr;

  gap: 28px;

  margin-top: 56px;
}

.youtube-video {
  position: relative;

  img {
    width: 100%;
    object-fit: content;
    height: 100%;
  }

  .play-icon {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 47.5px);
    cursor: pointer;
    width: 95px;
    height: 70px;
  }
}

.youtube-video-short {
  position: relative;
  /* height: 100%; */
  /* max-height: 439px; */

  .bg {
    width: 100%;
    object-fit: fill;
    height: 100%;
  }

  .play-icon {
    position: absolute;
    top: calc(50% - 68px);
    left: calc(50% - 68px);
    cursor: pointer;
    width: 136px;
    height: 136px;
  }
}

.youtube-video-footer {
  display: flex;
  align-items: center;

  position: absolute;

  gap: 11px;

  left: 32px;
  bottom: 32px;

  img {
    width: 36px;
    height: 36px;
  }

  span {
    color: #fff;
    font-family: Inter;
    font-size: 17.739px;
    font-style: normal;
    font-weight: 500;
  }
}

.years-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  margin-top: 44px;

  max-width: var(--view-port);

  .know-more {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    max-width: 270px;
    width: 100%;
  }

  .row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;

    width: 100%;

    padding: 0;
  }

  .description {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;

    max-width: 65%;

    margin-top: 32px;
  }
}

.column-know-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;

  .blue-button {
    margin: 0;
  }
}

.years-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  gap: 20px;

  width: 100%;
}

.arrow-down {
  width: 36px;
  height: 36px;
  transform: rotate(90deg);

  margin-bottom: 20px;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.years-section-images {
  display: grid;
  grid-template-columns: 2fr 1fr;

  gap: 28px;

  margin-top: 100px;
  margin-bottom: -100px;

  z-index: 2;
}

.years-section-images-image-wrapper {
  /* height: 320px; */
  width: 100%;

  img {
    width: 100%;
    object-fit: cover;
    height: 100%;

    border-radius: 16px;
  }
}

.news-section {
  width: 100%;
  background: #807ea5;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-section-header {
  width: 100%;
  margin-top: 160px;

  /* max-width: var(--view-port); */

  padding: 0 max(calc(((100% - var(--view-port)) / 2)), 5%);

  display: flex;
  justify-content: space-between;

  span {
    max-width: 60%;
  }
}

.news-section-list-wrapper {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;

  margin-top: 50px;

  padding-bottom: 123px;
}

.news-section-list {
  display: inline-flex;

  padding: 0 30px;
  gap: 31px;
}

.news-section-list-item {
  width: 355px;
  height: 396px;

  border-radius: 16px;

  float: left;
}

.FAQ-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
}

.FAQ-section-header {
  width: 100%;

  margin: 0 5%;
  margin-top: 144px;

  max-width: var(--view-port);

  display: flex;
  justify-content: space-between;

  div {
    display: flex;
    align-items: center;

    gap: 18px;

    img {
      width: 32px;
      height: 32px;
    }

    span {
      color: var(--blue-300);
      font-family: Poppins;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;

      span {
        color: var(--blue-500);
      }
    }
  }
}

.black-blue-section-title {
  color: var(--blue-600);
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
}

.show {
  display: flex;
}

.blog-section {
  width: 100%;

  width: 100%;

  display: flex;

  flex-direction: column;
  align-items: center;

  margin-bottom: 54px;

  padding: 0 5%;

  .mobile-button {
    display: none;
  }
}

.blog-section-header {
  width: 100%;

  margin-top: 20px;

  max-width: var(--view-port);

  display: flex;
  justify-content: space-between;
}

.blog-section-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;

  max-width: var(--view-port);

  margin-top: 48px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;

  margin-top: 46px;

  width: 100%;
  max-width: var(--view-port);
}

.accordion_item_active {
  transform: rotate(180deg);
}

.accordion_item {
  border-radius: 16px;

  background: rgba(239, 238, 246, 0.5);
}

.accordion_item:hover {
  opacity: 0.9;
}

.accordion_header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 40px;

  .row {
    display: flex;
    align-items: center;
    gap: 29px;

    img {
      width: 32px;
      height: 32px;
    }

    span {
      color: #3b3a59;
      font-family: Poppins;
      font-size: 22px;
      font-style: normal;
      font-weight: 600;
    }
  }

  .icon {
    width: 16px;
    height: 16px;

    transition: all ease 0.5s;
  }
}

.accordion_content {
  margin-right: 15px;
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease;

  color: #2d2869;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;

  margin-left: 60px;
}

.active {
  padding-bottom: 10px;
}

.our-channel span,
.icon {
  font-weight: 600;
}

.our-channel p {
  text-align: justify;
  padding: 40px;
  padding-top: 0;
}

@media screen and (max-width: 1000px) {
  .blog-section-body {
    grid-template-columns: 1fr 1fr;
  }

  .our-channel-videos-reverse,
  .our-channel-videos {
    grid-template-columns: 1fr;
  }

  .youtube-video-short {
    width: 300px;
    align-self: center;
    /* max-height: 439px; */
  }

  .years-section-header {
    gap: 20px;
  }
}

@media screen and (max-width: 750px) {
  .blog-section-body {
    grid-template-columns: 1fr;
  }

  .youtube-video-short {
    width: 100%;
    height: auto;
    align-self: center;
  }

  .blog-section-header {
    flex-direction: column;
    align-items: flex-start;

    text-align: left;

    button {
      align-self: center;
    }
  }

  .years-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    margin-bottom: 20px;
  }

  .years-section {
    .description {
      text-align: center;
      max-width: 100%;
    }
  }

  .years-section-images {
    display: grid;
    grid-template-columns: 1fr;

    gap: 28px;

    margin-top: 100px;
    margin-bottom: -100px;

    z-index: 2;

    width: 100%;

    img {
      width: 100%;
      /* object-fit: none; */
      /* max-width: 320px; */
    }
  }

  .years-section-images-image-wrapper {
    /* height: 320px; */
    width: 100%;

    img {
      width: 100%;
      object-fit: cover;
      height: 320px;
    }
  }

  .news-section-header {
    flex-direction: column;
    gap: 24px;

    span {
      max-width: 100%;
    }
  }

  .FAQ-section-header {
    flex-direction: column;
    gap: 24px;
  }

  .desktop-button {
    display: none;
  }

  .blog-section {
    .mobile-button {
      display: grid;

      width: 100%;

      margin-top: 44px;
    }
  }

  .FAQ-section-list-card-header {
    .row {
      flex-direction: row;
    }
  }

  .accordion_header {
    padding: 20px;

    .row {
      flex-direction: row;

      span {
        font-size: 16px;
      }

      img {
        width: 20px;
        height: 20px;
      }
    }
  }

  .accordion_content {
    font-size: 14px;

    margin-left: 30px;
  }
}
