@import url('https://fonts.googleapis.com/css?family=Poppins|Ubuntu&display=swap');
*{
    box-sizing: border-box;
    margin: 0;padding: 0;
}
body{
    background: #eee;
    font-family: 'Ubuntu',sans-serif
}
.box{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.our-services_v{
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 0 60px;
    min-height: 198px;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(11, 10, 10);
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgb(249, 249, 249);
}
.our-services_v .icon{
    margin-bottom: -21px;
    transform: translateY(-50%);text-align: center;
}
.our-services_v:hover h4, .our-services_v:hover p{
    color: rgb(255, 255, 255);
}
.vodacom:hover{
    box-shadow: 0 0 25px 0 rgb(246, 73, 73);
    cursor: pointer;
    background-image: linear-gradient(-45deg, rgb(239, 85, 85) 0%, rgb(243, 101, 101) 100%);
}