* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    color: #181c36;
    font-family: 'Open Sans;', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    padding: 3vw
}

.h2 {
    text-align: center;
    font-size: 20px;
    color: #f6a217;
    padding-top: 10px;
}

hr {
    background: #424d5d;
    border: 0;
    height: 1px;
    margin: 0;
    margin: 3vw 8vw;
}

div.top {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
padding-top: 30px;
}

.center {
    text-align: center;
}


footer {
    margin-top: 3vw;
    opacity: .9;
}

.maxi{max-width: 600px; margin: auto; opacity: .8;}

@media(max-width:768px) {
    .services {
        align-items: center;
        flex-direction: column;
    }

    .services span {
        margin-bottom: 50px;
    }

    .services div {
        width: 100%;
    }
}

a[href^="mailto:"] {
    color: #f6a217;
}

a[href^="tel:"] {
    color: #f6a217;
}
