.downloadcertificate-section a .box{
	text-align: center;
    padding: 50px 10px;
    border-radius: 11px;
    background: #ccc;
}
.downloadcertificate-section a h4,
.downloadcertificate-section a:hover h4{
	color: #fff;
}	

.downloadcertificate-section .no-datafound h4{
    color:red;
}
.downloadcertificate-section .no-datafound h4{
    color: red;
}
.verify-section img{
    width: 100%;
}
.downloadcertificate-section img{
    width: 100%;
}


@media screen and (min-width:320px) and (max-width:520px){
    .coursesLinks a{
        width:49%;
    }
}