.services { overflow: auto; height: 90%; overflow: auto; width: 90%; margin: 5% auto 0px; }
.services::-webkit-scrollbar { width: 7px; }
.services::-webkit-scrollbar-track { background: #e9e5e3; }
.services::-webkit-scrollbar-thumb { background: #bdac9f; }

.services .row { height: 100%; }
.service { margin-bottom: 25px; }
.content-service { pointer-events: none; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px; }
.service-icon { height: 50px; }
.service-name { margin: 10px 0px 0px; color: white; font-size: 25px; }
.description-service { font-family: 'Titillium Web', sans-serif; font-weight: 600; color: white; font-size: 17px; text-align: center; }

.show-qr { text-align: center; background: white; text-decoration: none; display: block; margin-top: 15px; padding: 3px 15px; text-transform: uppercase; font-size: 20px; outline: none; box-shadow: none; border: none; }