﻿.services-images .box-inner {
    padding: var(--padding-box);
    cursor: pointer;
}
.services-images .box-inner .box-image {
    position: relative;
    width: 304px;
    height: 304px;
    margin: 0 auto;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    cursor: pointer;
    overflow: hidden;
}
.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 {
    position: absolute;
    z-index: 1;
    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: 'Quattrocento', Georgia, "Times New Roman", serif;
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.25;
    text-shadow: -1px 0 var(--color-text-shadow), 0 1px var(--color-text-shadow), 1px 0 var(--color-text-shadow), 0 -1px var(--color-text-shadow);
    margin-bottom: 0px;
    text-transform: unset;
}