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

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

  .partner_wrapper {
      margin: 50px 0;
  }

  .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;
  }





  .w-person {
      transition: all 0.3s ease;
  }

  .w-person:hover {
      transform: translateY(-5px);
  }

  .w-person-name {
      font-weight: 600;
      font-size: 1.1rem;
  }

  .w-person-role {
      font-size: 0.9rem;
      color: #555;
  }

  .w-iconbox-icon {
      max-width: 100px;
  }

  .w-iconbox {
      text-align: center;
          min-height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin: 0 0 30px;
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

    .w-iconbox h4{
            font-size: 17px;
    font-weight: 300;
    }


  .about_wrapper {
      width: 100%;
      margin: 0 auto 30px;
      background: url('./assets/about_bg.jpg');
      background-repeat: no-repeat;
      background-size: cover;
  }


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


  .about_profile {
      width: 125px;
      height: 120px;
      float: left;
      padding: 37px 0;
      background: #fff;
      color: #0473aa;
      text-align: center;
  }

  .about_profile p {
      color: #0473aa;
      font-weight: 600;
      text-align: center;
      padding: 0 10px;
  }

  .about_profile.even {
      background: #f2f2f2;
  }

  .speaker_wrapper {
      padding: 60px 0;
  }

  .speaker_wrapper h2 {
      text-align: center;
      margin: 0 0 20px;
      font-weight: 600;
      font-size: 40px;
  }

  .speaker_wrapper h3 {
      font-size: 18px;
      font-weight: 600;
  }


  .speaker_inner {
      text-align: center;
  }

  .speaker_inner p {
      line-height: 20px;
      font-size: 15px;
  }


  .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;
  }

  .key_theme {
      background: url('./assets/back-confer.jpg');
      padding: 60px 0;
  }

  .key_theme h2 {
      color: #000000;
  }

  .key_theme ul li {
      color: #000000;
      font-size: 14px;
      margin: 0 0 10px;
      font-weight: 400;

  }

  .partner_inner {
      display: flex;
      flex-wrap: wrap;
  }

  .partner_inner img {
      width: 300px;
      height: auto;
  }

  .agenda_wrapper,
  .awards_list {
      padding: 60px 0;
  }

  .awards_list a {
      box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
      background-color: #90b7e2;
      color: #ffffff;
      padding: 10px 20px;
      text-transform: none;
      text-decoration: none;
      margin: 20px 0;
  }