.service-icon figure{
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.figure1{
    background-image: url("../images/slider/icon-2.png");
    }

.figure2{
    background-image: url("../images/slider/icon-1.png");
    }

.figure3{
    background-image: url("../images/slider/icon-3.png");
}

.figure4{
    background-image: url("../images/slider/icon-4.png");
    }
.service-icon{
    transform: translateY(-50px);
    background-color: #fff;
    
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 0px !important;
}

.opc{
    text-shadow: 2px 2px 8px #000;
}
