.block-btns{
	text-align: center;
    margin: 95px 0;
}

.single-block-btn:hover{
	background-color: #d5171e !important;
}
.single-block-btn{
    border: 0;
    background-color: #3f3f3f !important;
    border-radius: 0;
    width: 170px;
    text-align: center;
    height: 122px;
    text-transform: uppercase;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0 5px;
    padding-top: 5px;
    position: relative;
    padding: 20px;
    line-height: 38px;
transition: 0.3s;
}
.single-block-btn h4{
font-size: 20px;
margin-top: 15px;
font-family: 'Zurich LtCn BT';
color: #fff;
text-transform: uppercase;
}
