#Certi-main {
    padding-top: 50px;
}

.certi-image {
    width: 100%;
    max-width: 400px;
    padding-top: 60px;
}

.im-title {
    margin-top: -30px;
}

.not-certi {
    margin: auto;
    margin-top: 50px;
    width: 100%;
    max-width: 400px;
    font-size: 0;
}

.n-certi {
    width: 30%;
    vertical-align: top;
}

.ha-image{
    transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-in-out; 
}

.ha-image:hover{
    transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
