html {
    font-size: 100%;
    font-size: 0.625rem;
}

body {
    background-image: url('../img/bg_background_template2.jpg');
    background-position: 50% 35%;
    background-size: initial;
}
* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    outline: 0px;
    /* -webkit-transition: all 1s ease; */
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease, font-size 0s;
    font-family: 'Arya', sans-serif;
}
body {
    padding: 0;
    margin: 0;
}
a:hover
{
	/* text-decoration: none !important; */
	color: #888586 !important;
}
img {
    width: 100%;
}
p {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 100;
    line-height: 1.3;
    color: #050808;
}
a {
    /* text-decoration: none; */
} 
.clearfix {
    width: 100%;
    display: inline;
    clear: both;
}
.services-holder {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
.services-overall {
    display: inline-block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 100%;
}
.inner {
    max-width: 1300px;
    margin: 0px auto;
    width: 98%;
}
.services-overall a {
    color: #050808;
}
.services-holder img {
        width: 100%;
    max-width: 200px;
    margin-bottom:20px;
}
.services-holder h2 {
    font-size: 35px;
    margin-bottom: 10px;
    color: #8dc63f;
    margin: 0;
    text-transform: unset;
}


.services-holder  h1 {
    margin: 0;
}

.services-holder h3 {
    font-size: 15px;
    color: #1f65de;
    margin: 0;
    text-transform: uppercase;
}
p.adress {
    margin-top: 0;
}
a.telephone {
    text-decoration: none;
}