.services {

}

.services__item {
    box-shadow: 0 4px 12px 0 #00000029;
    padding: 15px 20px;
    display: flex;
    text-decoration: none;
    transition: all 0.5s;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 7px;
}
.services__item:hover {
    text-decoration: none;
    transition: all 0.5s;
    box-shadow: 0 4px 12px 0 #0000004f;
}
.services__item span {
    padding-left: 15px;
    margin: unset;
    color: #4d3e33;
}
