.inn .h3 {
    color: #161f31; display:block; font-size: 48px; letter-spacing: 1.5px;
    font-family: 'Futuris-Bold'; text-align: center; line-height: 48px;
}
.uslugi .row{align-items:center; justify-content:center}
.uslugi .row .col-md-3 a.usluga {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    padding: 10px 25px 10px;
    margin: 20px 0 10px;
    text-align: center;
    display: block;
    border-radius: 15px;
}
.uslugi .row .col-md-3 a.usluga img.iconka{display:block; margin: 0 auto; width: auto; height: auto; max-height:64px}
.uslugi .row .col-md-3 a.usluga h4 {
    font-family: 'Futuris-Bold',sans-serif;
    font-size: 18px;
    display: block;
    height: 36px;
    margin: 5px auto;
    color: #333;
    line-height: 18px;
}
.uslugi .row .col-md-3 a.usluga img.kartinka{display:block; margin:5px auto; width: auto; height: auto; max-width: 100%; }
.uslugi .row .col-md-3 a.usluga .txtik{font-weight: 300; font-size: 14px; line-height:18px; height:72px; color:#333; margin:5px auto 10px; text-align:center; }
.uslugi .row .col-md-3 a.usluga .podrobnee{display:inline-block; margin: 5px auto; font-weight: 300; font-size: 13px; color:#fff; text-transform:uppercase;
	background: rgb(250,159,44); padding: 10px 30px;
	background: linear-gradient(90deg, rgba(250,159,44,1) 0%, rgba(218,106,69,1) 50%, rgba(175,59,96,1) 100%);
	border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; -moz-border-radius: 20px; 
}
@media (max-width: 767px) {
	.uslugi .row .col-md-3 a.usluga .txtik{height:auto;}
}