@media screen and (min-width: 900px) {
    /* .container {
      padding: 0 0 0 10rem;
    } */
  }
  @media screen and (max-width: 767px) {
    img {
      width: 50px;
      height: 50px;
      object-fit: contain;
    }
    h2 {
      font-size: 1.2rem;
    }
    p {
      font-size: 1rem;
    }
    .col-sm-12 {
      margin-bottom: 2rem;
    }
  }


  @media (max-width: 768px) {
    .menu {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 60px;
      left: 0;
      background-color: #14161963;
      width: 100%;
      text-align: center;
  }

    .menu li {
        margin: 15px 0;
    }

    .toggle-btn {
        display: block;
    }

    .menu.active {
        display: flex;
    }
    nav {
      flex-direction: row;
  }
  .hero-content p{
    width: 100%;
  }
  .feature p{
    font-size: 12px;
    width: 100%;
  }
  .certifications p{
    width: 100%;
  }
  .choose_icon{
    margin-left: 0.5rem;
  }
  .choose_main_info p{
    font-size: 12px;
    margin-bottom: 0;
  }
  .choose .d-flex{
    justify-content: center;
  }
  .choose .row{
    margin-bottom: 0.5rem;
}
}