.type-uslugi {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f2f2f2;
    margin-bottom: 60px;
}
.type-uslugi__name {
    text-align: center;
    margin-bottom: 40px;
}
.type-uslugi-item {
    min-height: 250px;
    padding: 20px;
    border-radius: 5px;
}
.type-uslugi-item__name {
    font-size: 18px;
    line-height: 1.2;
    display: inline;
    background: #fff;
    padding: 5px;
    color: #000;
    font-family: 'Fontfabric - SolomonSans-Bold';
}
.type-uslugi-item1 {
    background: url("../image/uslugi/new-1.jpeg") no-repeat;
    background-size: cover;
}
.type-uslugi-item2 {
    background: url("../image/uslugi/new-2.jpeg") no-repeat;
    background-size: cover;
}
.type-uslugi-item3 {
    background: url("../image/uslugi/new-3.jpeg") no-repeat;
    background-size: cover;
}
.type-uslugi-item4 {
    background: url("../image/uslugi/new-4.jpeg") no-repeat;
    background-size: cover;
}
.type-uslugi-item5 {
    background: url("../image/uslugi/new-5.jpeg") no-repeat;
    background-size: cover;
}
.type-uslugi-list > div {
    margin-bottom: 30px;
}
#feature .item p {
    min-height: 72px;
}
.rev-name {
    text-align: center;
}
.rev-text {
    text-align: center;
}
.hero h6 {
    color: #fff;
}
.hero .grad-blue .clip-txt {
    background-image: linear-gradient(
            90deg
            , #fff 0, #fff 100%);
    background-image: -webkit-linear-gradient(
            90deg
            , #fff 0, #fff 100%);
}