.bg-header-page {
    background: url(../../img/services/services-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    margin-bottom: 40px;
}

.title {
    text-align: center;
    padding: 40px 0 20px;
}

.title h2 {
    font-size: 45px;
    text-transform: capitalize;
    font-weight: bold;
    color: #212529;
}

.content {
    color: #4A4A4A;
    margin-bottom: 20px;
    text-align: left;
}

.about a {
    text-decoration: underline;
    font-family: 'Arimo', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
}

.content h5 {
    font-size: 20px;
    color: #212529;
    font-weight: bold;
}

ol, ul {
    padding-left: 35px;
}

.about button {
    padding: 20px 40px;
}



@media only screen and (min-width: 770px) {
    .title {
        text-align: left;
        padding-bottom: 40px;
    }

    .btn {
        justify-content: left;
    }
}

@media only screen and (min-width: 990px) {
    .container {
        margin-bottom: 0;
    }
}