 .container-certif {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 40px;
    display: flex;
    max-width: 1200px;
    height: 350px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
  .text-section-certif {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  .text-section-certif h2 {
    margin: 0 0 15px;
    font-size: 24px;
    color: #333;
}

  .text-section-certif p {
      font-size: 16px;
      color: #555;
      line-height: 1.6;
  }

  .text-section-certif p:last-child {
      margin-bottom: 0;
  }
