.service-tile-item {
    flex-grow: 0!important;
}
.service-tile-item .item .box {
    height: 100%;
    position: relative;
    padding: 30px!important;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    border-radius: 8px;
    background: #FFFFFF;
    transition: all .5s;
    z-index: 1;
}

.service-tile-item .item .box h3 {
    margin: 21px 0px 11px 0px;
	font-size: 24px;
    line-height: 26px;
    color: #222222;
    text-transform: none;
    transition: 0.4s;
    font-weight: bold!important;
}
.service-tile-item .item .box p {
    margin-bottom: 0;
}
.service-tile-item .item .box:hover {box-shadow: none; background-color: #011628;}
.service-tile-item .item .box:hover {color: #fff;}
.service-tile-item .item .box:hover h3, .service-tile-item .item .box:hover p {color:#fff!important;}
.service-tile-item .item .box:hover a:link {color: #00AEEF;}

.service-tile-item .item .box .icon {
    height: 80px;
    font-size: 43px;
    width: 80px;
    line-height: 80px;
    margin: auto;
    background: rgb(0 181 242 / 15%);
    border-radius: 100%;
}	
.service-tile-item:nth-child(2) .item .box .icon {
    color: #ff6c89;
    background: rgb(255 108 137 / 14%);
}
.service-tile-item:nth-child(3) .item .box .icon {
    color: #4caf50;
    background: rgb(76 175 80 / 14%);
}
.service-tile-item:nth-child(4) .item .box .icon {
    color: #ffc107;
    background: #ffc10736;
}
.service-tile-item:nth-child(5) .item .box .icon {
    color: #9c27b0;
    background: rgb(156 39 176 / 15%);
}
.service-tile-item:nth-child(6) .item .box .icon {
    color: #ff9800;
    background: hsl(36deg 100% 50% / 14%);
}		





