html, body {
    font-size: 14px;
}
a {
    color: #2d6aa0;
    text-decoration: none;
}
a:hover {
    color: #6c92d0;
}

.main-color {
    color: #2d6aa0;
}

.main-background-color {
    background-color: #2d6aa0;
}

.site-title  {
    font-size: 1.34em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -.05em;
    word-spacing: .3em;
    color: #2d6aa0;
    line-height: 1.3em;
    transform: scale(1, 1.1);
text-shadow: 0 0 0.5px #000;
}

.services {    margin-top: 2em;
    padding: 1em;
    background-color: #EDF8FF;}
.site-title-zp  {
    font-size: 1em;
    font-weight: 700;
    color: #2d6aa0;
}

.header .image {
    position: relative;

}
.header .image .inner {
    background-image: url(./banner.jpg);
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}
.header .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 4em;
    font-size: 1.1em;

}

.text-center p-3{ 
width: 100%; 
margin-top:5px

 }
.footer { 
margin-top: 15px; }

.advantages .card .text {
    width: calc(100% - 4em);
    margin-left: 1em;
}

.red {
    color: red;
}
.testimonials {    margin-top: 2em;
    padding: 1em;
    background-color: #EDF8FF;}

@media (max-width: 768px) {
    .header {
        height: 29em;
    }
    .header .overlay {
        padding-top: 17em;
    }
}
