/* agenda responsive */

@media only screen and (max-width: 991px) {
  .agenda-title-section {
    font-size: 19px;
  }

  .agend-section-title {
    font-size: 36px;
    line-height: 42px;
  }

  .agenda-description {
    font-size: 19px;
    line-height: 25px;
  }

}

@media only screen and (max-width: 767px) {
  .agenda-title-section {
    font-size: 16px;
  }

  .agend-section-title {
    font-size: 28px;
    line-height: 34px;
  }

  .agenda-description {
    font-size: 16px;
    line-height: 22px;
  }

  .agenda-outer-description {
    padding-top: 25px;
  }

  .agenda-card {
    padding: 10px 10px 30px;
  }

  .agenda-card-description {
    padding: 20px 10px;
  }

  .agends-card-bottom {
    padding: 0;
    justify-content: flex-end;
  }

  .agenda-language-links li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }

  .agenda-language-link {
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .agend-section-title {
    font-size: 23px;
    line-height: 29px;
  }

  .agends-card-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 35px;
    padding: 0 10px;
  }

  .watch-video-section {
    position: static;
    margin-bottom: 15px;
    width: 100%;
  }

  .agends-card-bottom {
    padding: 0;
    justify-content: flex-start;
  }
}
