.aln-c { text-align: center; }
body {
    overflow-x: hidden;
}
.about {
    height: 400px;
    padding-top: 150px;
    position: relative;
    z-index: 3;
}

.about a {
    color: #C4212B !important;
    margin-top: 30px !important;
}

.services {
    text-align: center;
    position: relative;
    padding: 50px 0 50px 0;
}

.services h2 {
    font-size: 2.5em;
}

.line {
    width:100%;
    position: absolute;
    max-width: 100vw;
}

.line-view {
    height: 50px !important;
    overflow-x: visible;
    position:relative;
}
.home_service i {
    color: #C4212B !important;
}

.contact a {
    color: #C4212B !important;
}
@media(max-width: 700px) {
    .about {
        padding-top: 50px;
    }
}

.disclaimer {
    background: rgba(0,0,0,.8);
    color: white;
    position: fixed;
    bottom: 30px;
    left: 30px;
    padding: 15px;
    width: calc(100% - 60px);
    text-align: center;
    z-index: 99;
}