﻿.services-title h2 {
    font-family: 'Lora', Georgia, "Times New Roman", serif;
    line-height: 1.3em;
    position: relative;
    font-size: 36px;
    z-index: 1;
    padding: 0px 20px;
}
.services-title h2::before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--bg-site);
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
}
.services-images .box-inner {
    padding: var(--padding-box);
    cursor: pointer;
}
.services-images .box-inner .box-image {
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    cursor: pointer;
    overflow: hidden;
}
.services-images .box-inner .box-image .img-blank-service {
    height: 100%;
    width: 100%;
    background: url(../images/service-blank.png);
    background-size: cover;
}
.services-images .box-inner .box-image img.img-fluid {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.services-images .box-inner .img-hover-zoom img {
    transition: transform .5s ease;
}
.services-images .box-inner .box-image .box-text {
    padding: 1rem;
    background: rgba(var(--rgb-white), 0.6);
}
.services-images .box-inner .box-image .box-text:hover {
    background: var(--color-white);
}
.services-images .box-inner .box-image h2 {
    font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.25;
    margin-bottom: 0px;
    text-transform: unset;
}