a {
    color: inherit;
}

a:hover {
    color: inherit;
}

a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

h4 {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #5e5e5e;
}

.footer {
    bottom: 0;
    position: relative;
}

.content {
    font-family: 'Open Sans', sans-serif;
    margin-top: 50px;
    min-height: calc(100vh - 100px);
    color: #5e5e5e;
}

.service-header {
    text-align: center;
}

.service-section {
    margin-left: 5px;
    margin-right: 5px;
}

.service-border {
    border: 2px solid rgba(0, 14, 28, 0.21);
    font-family: 'Open Sans', sans-serif;
    color: #5e5e5e;
    background: rgba(0, 52, 90, 0.21);
    margin-top: 30px;
    margin-bottom: 30px;
}

.side-service {
    margin-left: 5px;
    margin-right: 5px;
}

.service-info {
    height: 1000px
}

.about {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 850px) {
    .content {
        margin-top: 15px;
        min-height: auto;
    }

    .about {
        width: 95%;
        margin: 0 auto;
        height: 100%;
    }

    .footer {
        margin-top: 50px;
        position: relative;
    }

    .service-info {
        height: auto;
    }

    .side-service {
        margin-left: 0px;
        margin-right: 0px;
    }

}
