  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }

  body {
      font-family: "Oswald", sans-serif;
      background: #f9f9f9;
  }


  .nav-link {
      color: #000;
      font-size: 16px;
      text-transform: uppercase;
      margin: 0 10px;
  }


  .nav-link:hover {
      color: #000;
  }

  p {
      font-family: "Poppins", sans-serif;
      margin: 0 0 1.6rem;
      font-weight: 400;
      overflow-wrap: break-word;
      font-size: 16px;
      padding: 0;
      color: rgba(39, 35, 56, .7);
      line-height: 24px;
  }

  .about_wrapper {
      width: 80%;
      margin: 0 auto 10px;
  }


  .about_wrapper p {
      font-size: 16px;
      line-height: 26px;
  }

  .participation_wrapper ul li {
      font-size: 16px;
      line-height: 26px;
      color: #272338b3;
      font-weight: 400;
      font-family: 'Poppins';
  }

  .partner-logo {
      max-height: 80px;
      margin: 15px;
  }

  .video_yt {
      padding: 10px 0;
  }

  .speaker-img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%;
  }

  .award_header {
      padding: 100px 0;
      background: #272338;
  }

  .award_header h2 {
      color: #fff;
      text-align: center;
  }

  .award_list {
      padding: 60px 0;
  }

  .award_list ul li {
      font-size: 16px;
      padding-bottom: 10px;
      line-height: 26px;
      color: #272338b3;
      font-weight: 400;
      font-family: 'Poppins';
  }

  .footer {
      background: #272338;
      color: #ccc;
      padding: 20px 0;
  }

  .footer a {
      color: #fff;
      text-decoration: none;
  }

  .footer_txt p {
      color: #fff;
  }