  #certifications h2 {
    font-size: 2.5rem;
    color: #2A4D69;
    margin-bottom: 30px;
  }
  
  #certifications, .contact-section  {
    background: rgb(255, 255, 255, .8);
    color: #333;
    font-weight: bold;
  }



  #certifications ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  
  #certifications ul li {
    font-size: 1.2rem;
    margin: 15px 0;
    text-align: left;
    margin-left: 2em;
  }
  
  #certifications ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;

  }
  
  #certifications ul li a:hover {
    color: #2dc4e5;
  }
  
  #certifications ul li img {
    vertical-align: middle;
    margin-right: 10px;
  }
  