



.containerbox {
width:21%;
min-width:240px;
height:390px;
background:#fff;
position:relative;
float:left;
margin:0.8%;
 color:#1481c6;
 padding:4px;
 border:1px solid #cfcfcf;
}
.containerbox:hover {
background:#d5dee4;
color:#fff!important;
}

.containerbox h5 {line-height:20px; font-size:18px;height: 31px;} 
.containerbox p { line-height:17px; font-size:14px; height: 125px;  text-align:left;  padding:5px; color:#000;}
.containerbox span { top: 38%; position: relative;font-size:14px;  color:#000; } 


    @media only screen and (max-width: 900px) {
        .containerbox {

              width:95%;


          }
     
    }