.services-card {
    text-align: center;
    border-top:30px solid #66bb6a;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 100%;
    border-radius:10px
}

.services-card_icon {
    font-size: 3rem;
    color: #66bb6a;
}