/* top section */

.service-section .service-button-header{
    margin-right: 1em;
}

.service-section {
    /*background-image: url("../../images/service-page.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #D1E3F0;
    padding-bottom: 1em;
    display: block;
}

.service-title{
    color: #E85C5C;
    margin-top: 5em;
    margin-bottom: 0;
}

.service-section p{
    color: #676767;
    font-size: 1.1em;
    margin: 0;
}


.service-box h2{
    color: #626262;
}

.service-section h2 span{
   font-weight: 400;
   font-size: 0.8em;
}

.service-box{
    width: 100%;
    height: auto;
}

.next{
    margin-bottom: 0;
}

.margin{
    margin-top: 3em;
}