body.widget-snippet .home-services {
        margin: 30px;
    }

    body.widget-snippet .home-services li .service-block {
        transform: none;
        top: 30%;
        left: 0;
    }

    .home-services {
        padding-top: 130px;
        padding-bottom: 100px;
    }

    .widget-snippet .home-services ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .widget-snippet .home-services li:before {
        display: none;
    }

    .widget-snippet .home-services li {
        margin: 0;
        padding: 0;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }

    .widget-snippet .home-services li a {
        width: 295px;
        height: 295px;
        border-radius: 50%;
        background-color: #ff5c5c;
        text-align: center;
        position: relative;
        display: inline-block;
        vertical-align: top;
        justify-content: center;
        font-weight: bold;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .widget-snippet .home-services li a:hover {
        text-decoration: none;
    }

    .widget-snippet .home-services li:nth-of-type(1) a {
        background-color: #ff5c5c;
    }

    .widget-snippet .home-services li:nth-of-type(2) a {
        background-color: #ffbd4a;
    }

    .widget-snippet .home-services li:nth-of-type(3) a {
        background-color: #f28729;
    }

    .widget-snippet .home-services li:nth-of-type(4) a {
        background-color: #959595;
    }

    .widget-snippet .home-services li:nth-of-type(5) a {
        background-color: #cd3535;
    }

    .widget-snippet .home-services li .service-block {
        color: #fff;
        text-align: center;
        font-size: 22px;
        line-height: 32px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        width: 100%;
    }

    .widget-snippet .home-services li .service-block:after {
        content: '';
        width: 50px;
        height: 20px;
        background-image: url(/template/9e04eb23/images/sprite.png);
        background-repeat: no-repeat;
        background-position: 0 -37px;
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .widget-snippet .home-services li:hover .service-block:after{
        margin-left: 10px;
    }
    .widget-snippet .home-services h3 {
        color: #000;
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0 0 70px 0;
    }

    .widget-snippet .home-services li:nth-of-type(1) {
        width: 45%;
        text-align: right;
        padding-right: 40px;
    }

    .widget-snippet .home-services li:nth-of-type(2) {
        width: 45%;
        text-align: left;
        padding-left: 40px;
    }

    .widget-snippet .home-services li:nth-of-type(1), .widget-snippet .home-services li:nth-of-type(2) {
        margin-bottom: 60px;
    }

    .widget-snippet .home-services li:nth-of-type(4) {
        padding-left: 75px;
        padding-right: 75px;
    }

    .widget-snippet .home-services li:nth-of-type(1) a:after,
    .widget-snippet .home-services li:nth-of-type(2) a:after,
    .widget-snippet .home-services li:nth-of-type(4) a:before,
    .widget-snippet .home-services li:nth-of-type(4) a:after {
        content: '';
        position: absolute;
        background-image: url(/template/9e04eb23/images/dot-picture.png);
        background-repeat: no-repeat;
        width: 106px;
        height: 10px;
    }

    .widget-snippet .home-services li:nth-of-type(1) a:after {
        left: 0;
        bottom: -34px;
        transform: rotate(120deg);
    }

    .widget-snippet .home-services li:nth-of-type(2) a:after {
        right: -8px;
        bottom: -31px;
        transform: rotate(55deg);
    }

    .widget-snippet .home-services li:nth-of-type(4) a:before {
        left: 0;
        top: -36px;
        transform: rotate(55deg);
    }

    .widget-snippet .home-services li:nth-of-type(4) a:after {
        right: 14px;
        top: -41px;
        transform: rotate(120deg);
    }

    .widget-snippet .home-services li:nth-of-type(2) a:before,
    .widget-snippet .home-services li:nth-of-type(3) a:after,
    .widget-snippet .home-services li:nth-of-type(5) a:before {
        content: '';
        position: absolute;
        background-image: url(/template/9e04eb23/images/dot-picture-small.png);
        background-repeat: no-repeat;
        width: 67px;
        height: 10px;
    }

    .widget-snippet .home-services li:nth-of-type(2) a:before {
        left: -76px;
        top: 150px;
        transform: rotate(-2deg);
    }

    .widget-snippet .home-services li:nth-of-type(3) a:after {
        right: -73px;
        top: 145px;
        transform: rotate(-2deg);
    }

    .widget-snippet .home-services li:nth-of-type(5) a:before {
        left: -74px;
        top: 145px;
        transform: rotate(-2deg);
    }
    .widget-snippet .home-services li:hover a{
        background-color: #181818;
    }
