#training-intro, #training-type {
   background:white;color:black;
}
 #training-type {
   background: black;
   color:white;
}

#training-type .hmpg-training-section {
/*    width:33.3%;*/
    background-color: #1D7CF2;
}
#training-intro h1{
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
font-size:32px !important;
font-weight :normal;

}

#training-intro p{
/*   font-size:14px !important;
   line-height:20px !important; 
   margin :20px;*/
   text-align: justify;
     background: white;
        color:black;
        margin:40px !important;
        padding:20px;padding-top:10px;font-size:14px !important;line-height:20px !important;
        text-align: justify;
}
            

#training-type h1{
    padding:10px;
  width:100%;
  height:120px;
 
border:2px solid yellow;
/*    width: 395px;
    height:127px;*/
    cursor:pointer;
   
    
}

@media screen and (max-width: 750px) {
  #training-type a {
 padding:2px !important;
  }
  
  #training-type h1{
      font-size: 15px!important;
      border:none
  }
  
}

.anchor-tag-training-hmpg-section{
  vertical-align: middle;
    color:white;
    text-decoration: none;
}
.anchor-tag-training-hmpg-section:hover{
    
   color: orange;
   text-decoration: none;
   text-height: 25px;
}


