/*
|--------------------------------------------------------------------------|
|                     Place your custom styles here                        |
|--------------------------------------------------------------------------|
*/

/* Service */
.service-1 {
    background: url("../image/icons8-monitor-100.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 64px;
    height: 64px;
}

.service-2 {
    background: url("../image/icons8-iphone-100.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 64px;
    height: 64px;
}

.service-3 {
    background: url("../image/icons8-help-100.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 64px;
    height: 64px;
}

/* Industry */
.industry-1 {
    background: url("../image/icons8-in-transit-50.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
}

.industry-2 {
    background: url("../image/icons8-shopping-cart-50.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
}

.industry-3 {
    background: url("../image/icons8-blockchain-new-logo-50.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
}

.industry-4 {
    background: url("../image/icons8-airport-50.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
}

.industry-5 {
    background: url("../image/icons8-rent-50.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
}

.industry-6 {
    background: url("../image/icons8-heart-health-50.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
}