.serviceBox {
    font-family: 'Raleway', sans-serif;
    padding: 38px 0 0;
    position: relative;
}

.serviceBox .service-icon {
    color: #fff;
    background: linear-gradient(#00A4E6, #016CB0);
    font-size: 45px;
    line-height: 80px;
    width: 110px;
    height: 80px;
    padding: 0 25px;
    border-radius: 10px 10px 100px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
}

.serviceBox .service-content {
    background: linear-gradient(#00A4E6, #00A4E6, #00A4E6, #016CB0);
    padding: 90px 30px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.0.05);
    position: relative;
    z-index: 1;
}

.serviceBox .service-content:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 190px 18px;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.serviceBox .title {
    color: #555;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.serviceBox .description {
    color: #888;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.serviceBox.red .service-icon {
    background: linear-gradient(#FF333F, #CE1527);
}

.serviceBox.red .service-content {
    background: linear-gradient(#FF333F, #FF333F, #FF333F, #CE1527);
}
.serviceBox.yellow .service-icon {
    background: linear-gradient(#FF333F, #CE1527);
}

.serviceBox.yellow .service-content {
    background: linear-gradient(#dedf31, #dedf31, #dedf31,#dedf31);
}
.serviceBox.green .service-icon {
    background: linear-gradient(#53c053, #CE1527);
}

.serviceBox.green .service-content {
    background: linear-gradient(#ABED1A,#38AE3E);
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}
background-color: #63d471;
background-image: linear-gradient(315deg, #63d471 0%, #233329 74%);
