﻿.contact-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;
}
.contact-title h2::before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--bg-site);
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
}

.gallery {
    position: relative;
}
.gallery h3 {
    font-family: 'Lora', Georgia, "Times New Roman", serif;
    line-height: 1.3em;
}
.gallery p {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 17px;
    margin-bottom: 15px;
}

.bg-contact-1 {
    background-image: url(../images/contact/contact_image_1.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 75% 55%;
    height: 300px;
}
.bg-contact-2 {
    background-image: url(../images/contact/contact_image_2.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 10%;
    height: 300px;
}
.bg-contact-3 {
    background-image: url(../images/contact/contact_image_3.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    height: 300px;
}
.bg-contact-4 {
    background-image: url(../images/contact/contact_image_4.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 10%;
    height: 300px;
}