body{
    background-image: url(../images/pin.jpg);
    background-attachment: fixed;
}

.services-page {
    display:block;
    margin-left: auto!important;
    margin-right: auto!important;
    width:70%;
    padding-top: 120px;
    padding-bottom: 80px;
    background-color: rgba(255, 255, 255, 0.95);
}

.service-section {
    padding-top: 40px;
}

.services-page h1 {
    text-transform:uppercase;
    text-align: center;
    color: #565827;
    font-weight: 800;
    font-size: 32px;
}

.services-page h1 em {
    font-style: normal;
    color:#949B5C;;
}

.services-page h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #949B5C;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.services-page h2 em{
    font-style: normal;
    color:blue;
}

.services-page p {
    padding-left: 40px;
    padding-right: 40px;
    font-size:16px;
    text-align: center;
    color: #565827;
}

.services-page p em{
    font-weight: bold;
    color: #565827;
}

.gallerie-photo {
    padding-top: 40px;
    justify-content: center;
    text-align: center;
}

.image-gallery {
    width: 70%;
    height:auto;
    padding-bottom: 10px;
        }
    


@media (max-width: 992px) { 
.services-page { 
    width:100%;
    background-color: rgba(255, 255, 255, 1);
}

.image-gallery {
    width: 100%;
}

}