html {
    color: #000;
    }
    
    .train-smart-pg a {
    color: #000 !important;
    }
    
    .supertech-download {
    padding-top:10px;
    padding-bottom:10px;
    }
    
    .pdf {
    display: flex;
    padding-left:15px;
    }
    
    .pdf li {
    font-weight:700;
    padding-bottom:5px;
    font-size:16px;
    color: #000;
    }
    
    .pdf li a {
    color: #000;
    font-style: italic;
    }
    
    .pdf li {
    list-style: none;
    } 
    
    ul {
    padding-left:20px;
    }
    
    
    .pdf img {
    width:50px;
    height:60px;
    }
    
    
    h4.pdf {
    font-weight: 700;
    margin-top:6px;
    color: #000;
    font-size:17px;
    
    }

    h4 {
      color: #000;
    }
    
    
    h1 {
    font-weight: 800;
    font-style: italic;
    font-size:22px;
    }
    
    .start-class-button {
    background: #ffd204;
    width: fit-content;
    padding: 8px 10px;
    margin: 30px 0;
    }
    
    .start-class-button a {
    color: #000;
    font-size:18px;
    font-weight:700;
    }
    
    .supertech-download {
    width: 45%;
    margin-right:0;
    }
    
    .supertech-content span {
    font-size: 20px;
    }
    
    .videodescription h4 {
    font-weight:400;
    line-height:20px;
    }
    
    .videodescription h6 {
    display: contents;
    }
    
    @media (max-width:768px){
    .supertech-download {
    width: 100%;
    margin-bottom:20px;
    }
    .container {
    padding-left:25px;
    padding-right:25px;
    }
    }
    
    h6 {
      color: rgb(20, 20, 20);
    font-size:16px;
    font-weight:500;
    font-style: italic;
    
    }
    
    li {
      padding-bottom:10px;
    }


    footer .footer-bottom .footer-links ul li {
      padding-bottom: 0;
    }