.services {
    background-color: #fff7a5;
    color: #6b4701;
    text-align: center;
}

.service-item {
    background-color: #6b4701;
    color: white;
    margin: 15px;
    border-radius: 15px;
}

.service-item .title {
    color: #f9c901;
}

.time-icon, .money-icon {
    color: #fff7a5;
}
