BODY {
  min-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  overflow-x: hidden;

}
.certificate-icon{
    max-width: 200px;
    max-height: 230px;
    margin-top: 90px;
  }
  
  .certifications-apply-button{
    width: 155px;
  }
  .certificate-detail-text{
    font-size: 3.5em;
    font-weight: 900;
    font-style: oblique;
    color: white;
  }
  @media screen and (max-width: 600px) {
    .certificate-detail-text {
      font-size: 1.5em;
    }
  }
  @media screen and ( max-width:1400px) {
    .certificate-detail-text {
      font-size: 3em;
    }
  }
  @media screen and ( max-width:1200px) {
    .certificate-detail-text {
      font-size: 2.5em;
    }
  }
  @media screen and ( max-width:1000px) {
    .certificate-detail-text {
      font-size: 2em;
    }
  }
  
  .certifications-Handbook-button{
    width: 155px;
  }
  
  .certifications-p{
    font-size: 20px;
  }
  
  .certifications-exam-section{
    background-color: #343a40;
    height: 200px;
    margin-bottom: 30px;
  }
  .certifications-exam-section > h1{
   color: white;
   padding: 70px 0;
   font-size: 35px;
   text-align: center;
  }

  .table-img1{
    width: 90%;
    height: 40%;
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .applying-steps{
    background-color: #343a40;
    padding-bottom: 10px;
  }
  .applying-content{
    color: white;
    padding-top: 20px;
  }
  .applying-content > p{
    font-size: 18px;
    padding: 0px 20px;
  }
  
