<style>
.sqs-col-4 {border: 1px solid #3e6991;
width: 25%!important;
margin-left: 5%;
box-shadow: 0px 0px 5px rgba(5,5,5,0.5);
}
.sqs-col-4:hover{box-shadow: 2px 2px 15px rgba(0,0,0,0.8)}
@media only screen and (max-width:768px){
.sqs-col-4 { margin-left:0%!important;
margin-bottom: 5%}
}
</style>
<style>
.sqs-col-6 {border: 1px solid #3e6991;
width: 40%!important;
margin-left: 5%;
box-shadow: 0px 0px 5px rgba(5,5,5,0.5);
}
.sqs-col-6:hover{box-shadow: 2px 2px 15px rgba(0,0,0,0.8)}
@media only screen and (max-width:768px){
.sqs-col-6 { margin-left:0%!important;
margin-bottom: 5%}
}
</style>