
section.compl-blocks .col-md-3 {
    width: 25%;
}
section.compl-blocks {
    margin: 70px 0;
	margin-top: 0;
}
section.compl-blocks  h2 {
	margin-top: 50px;
	text-align:center;
}
section.compl-blocks div a:hover {
	opacity:0.7;
}
section.compl-blocks div a {
    text-decoration: unset;
    text-align: center;
    display: block;
    margin: 18px 0;
	font-weight:bold;
}

@media (max-width:600px){
	section.compl-blocks {

	padding: 0 15px;
}
	
	section.compl-blocks .col-md-3 {
    width: 100%;
}

}