.services-wrap .service {
    background-color: #b98e48;
}
.services-wrap .service:hover {
    background-color: #1d1d1d;
}


.services-wrap .service h2 {
    color: #1d1d1d;
}
.services-wrap .service:hover h2 {
    color: #b98e48;
}
.open-anko {
    cursor: pointer;
}