.services .card::after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: calc(100% - 40px);
    height: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09);
    box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09);
    content: '';
    z-index: -1;
}
.services a.card {
    text-decoration: none;
}

.services .card {
    position: relative;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09);
    box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09);
}
.services .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}

.services .box-shadow {
    -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important;
    box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important;
}

.services .ml-auto, .mx-auto {
    margin-left: auto !important;
}
.services .mr-auto, .mx-auto {
    margin-right: auto !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.services .bg-white {
    background-color: #fff !important;
}

.services .ml-auto, .mx-auto {
    margin-left: auto !important;
}

.services .mr-auto, .mx-auto {
    margin-right: auto !important;
}
.d-block {
    display: block !important;
}
img, figure {
    max-width: 60%;
    height: auto;
    vertical-align: middle;
    margin-top: 22%;
}

.services .card-text {
    padding-top: 12px;
    color: #8c8c8c;
}

.services .text-sm {
    font-size: 13px !important;
    margin: 5%;
}
.services p, .services .p {
    margin: 0 0 16px;
}

.services .card-title {
    margin: 0;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 900;
}

.services .pt-1, .services .py-1 {
    padding-top: .25rem !important;
}

.services .head-icon{
    margin-top:18px;
    color:#FF4500
}