.service-image-border-top {
    border-radius: 25px;
    background-color: #5acbed;
    padding: 10px;
}

.service-image-border {
    border-radius: 25px;
    background-color: #5acbed;
    padding: 10px;
}

.service-detail-row {
    border-radius: 25px;
    background-color: #5acbed;
    padding: 10px;
}
.service-detail-register {
    border-radius: 25px;
    background-color: #f8f9fa;
    padding: 10px;
}

.service-detail-price {
    border-radius: 25px;
    background-color: #5acbed;
    padding: 10px;
}


@media only screen and (min-width: 768px) {
    .wide {
        min-width: 43rem;
    }
}
.stroked {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }


.service-presenter-bg {
    background-color:  #7a7a7a;
}

.service-image-border-top:hover {
    -webkit-animation: hovering 0.2s forwards;
            animation: hovering 0.2s forwards;
}

.service-row-border {
    border-radius: 25px;
    background-color:  #7a7a7a;
}

.service-detail-bg {
    background-color: #f8f9fa;
  }


@keyframes hovering {
    100% { background-color: #199ac2; }
}


/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes hovering {
    100% { background-color: #199ac2; }
}