@import url('https://fonts.googleapis.com/css?family=Poppins|Ubuntu&display=swap');

.box {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.our-services {
    /* margin-top: 75px; */
    /* padding-bottom: 35px; */
    padding: 0 60px;
    min-height: 198px;
    text-align: center;
    border-radius: 10px;
    /* background-color: #fff; */
    transition: all .4s ease-in-out;
    /* box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17) */
}

.our-services .icon2 {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    padding: 12px 12px 12px 12px;
    text-align: center;
    transition: 0.3s all ease;
}

/* .our-services:hover h4,
.our-services:hover p {
    color: #fff
} */

.settings:hover {
    /* box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05); */
    /* box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17); */
    box-shadow: 0 0 3px 2px rgb(13 76 139 / 40%);
    transition: 0.3s all ease-in;
    cursor: pointer;
    padding-top: 10px;
    /* background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%) */
}

.settings:hover .icon2 {
    background-color: #0d4c8d;
    border-radius: 10px;
    color: aliceblue;
    box-shadow: 0 0 3px 2px rgb(13 76 139 / 40%);
}