﻿.service-box {
    cursor: pointer;
    transition: 0.3s;
}

    .service-box:hover {
        transform: translateY(-5px);
    }

.service-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: white;
    font-size: 28px;
}
