.mobilnyServis p {
    text-align: center;
    color: #b2f401;
    font-size: 13px;
    margin: 0;
    margin-top: 8px;
    margin-right: 30px;
}
.mobilnyServis p a {
    color: #b2f401;
    font-size: 15px;
    display: inline-block;
}
.mobilnyServis p a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 992px) {
    .mobilnyServis p {
        margin: auto;
        margin-top: 25px;
    }
  }
.logo_header {
  width: 210px;
}
.services .serv-20 {
  background-image: url(../web/s9_dekarbonizacia.jpg);
}
.services .serv-23 {
  background-image: url(../web/s23_vymena_oleja.jpg);
}
.services .serv-25 {
  background-image: url(../web/s25_mobilny_servis.jpg);
}
body > header .overlay {
    position: relative;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}

footer .footer a.logo-orly {
    display: inline-block;
    height: 130px;
    margin-bottom: 48px;
}
footer .footer a.logo-orly img {
    height: 100%;
    width: auto;
    aspect-ratio: 200 / 226;
    transition: all .2s ease-in-out;
}
footer .footer a.logo-orly:hover img {
    transform: scale(1.05);
    transition: all .2s ease-in-out;
}