/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.bloc4{
	    width: 90%;
    margin: 0 auto;
    margin-left: 6%;
}
.blue-custom-button a {
		padding: 30px 0;
		height: 110px;
		color: white;
		text-decoration: none;
		display: table-cell;
		vertical-align: middle;
}
.col25{
	width:23%;
}
.col-5{
	width:19%;
	    margin-right: 15px;
    margin-bottom: 40px !important;
}
.col-5 a{
	    font-size: 16px !important;
	    height: 90px;

}
.blue-custom-button.col25 {
    margin-right: 20px;
    margin-bottom: 40px !important;
}
.blue-custom-button.col25:last-child {
    margin-right: 0px;
}
.blue-custom-button.col25 a {
    padding: 20px 0 !important;
    height: 90px;
}

@media screen and (max-width:1680px){
	.col-5{
width: 18%;
    margin-right: 15px;
	}
	.col-5 a{
				font-size: 15px !important;
	}
}

@media screen and (max-width:1600px){
	.col-5{
		width: 18.9%;
	}
}

    


@media screen and (max-width:1440px){
	.col-5{
		width: 18%;
	}
	.col-5 a{
				font-size: 14px !important;
	}
}

@media only screen and (max-width:425px){
	.bloc4{
		margin-left:5%;
	}
}