@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{
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 0 60px;
    min-height: 198px;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgb(247, 248, 246);
}
.our-services .icon{
    margin-bottom: -21px;
    transform: translateY(-50%);text-align: center;
}
.our-services:hover h4, .our-services:hover p{
    color: rgb(253, 253, 253);
}
.isp:hover{
    box-shadow: 0 0 25px 0 rgb(249, 250, 247);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #0d0d06 0%, #151506 100%);
}
.pie:hover{
    box-shadow: 0 0 25px 0 rgb(249, 250, 247);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #f5f5f2 0%, #fcfcf9 100%);
}
.net:hover{
    box-shadow: 0 0 25px 0 rgb(249, 250, 247);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #f5f5f2 0%, #fcfcf9 100%);
}
.ir:hover{
    box-shadow: 0 0 25px 0 rgb(249, 250, 247);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #f5f5f2 0%, #fcfcf9 100%);
}
.cr:hover{
    box-shadow: 0 0 25px 0 rgb(249, 250, 247);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #f5f5f2 0%, #fcfcf9 100%);
}