.services-container-item {
    height: 190px;
    margin-top: 13px;
    border-radius: 6px;
    /* background-color: #282a2b; */
    box-shadow: 0px 0px 7px 1px #20222321;
}
.services-title{
    font-size: 19px;
    color: #d6d6d6;
    padding-left: 10px;
    padding-top: 16px;
}
.services-description{
    font-size: 15px;
    color: #c3c3c3;
    padding-left: 10px;
    padding-top: 19px;
}
.services-btn{
    position: relative;
    left: 18px;
    top: 1px;
}

.services-btn > button{
    position: relative;
    top: 32px;
    width: 155px;
    height: 32px;
    color: white;
    background-color: #739837;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}