/*certification $ membership*/
.certification{
    display: flex;
      /* width: 100%; */
      /* max-width: 100%; */
      gap: 40px;
      background: white;
      padding: 25px;
      border-radius: 27px;
  }
  .certification-content{
      max-width: 62%;
  }