﻿html.body{
    height:100%;
}
body {
    overflow-x: hidden;
}
#banner{
    height:100%;
}

.service-container{
    max-width:800px;
    margin:0 auto;
    height:100%;
}
.title {
    width: 285px;
    height: 60px;
    border-bottom: 1px solid #d0cfcf;
    color: #6c696a;
    font-size: 28px;
    margin: 30px auto 0;
    text-align: center;
    line-height: 60px;
    position: relative;
}
.row {
    margin-bottom: 30px;
}
    .text {
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        color: #d0cfcf;
        background-color: #eceaf0;
    }
 .title span {
    letter-spacing: 25px;
    padding-left: 25px;
}
.banner-container {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.service-piecen {
    display: inline-block;
    background-color: #fff;
    margin: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.service-piecen img{
    width:100%;
    padding:10px 10px 10px 10px;
}
.service-piecen span{
    font-weight:bold;
    font-size:14px;
}
    .service-piecen p:nth-child(2) {
        font-weight: bold;
        font-size: 20px;
        margin: 0 0 5px;
    }
    .service-piecen p:nth-child(3){
        font-size:16px;
        color:darkgray;
    }

    @media (max-width:768px){
        .title {
            margin: 0 auto;
        }

        .row {
            margin: 0px auto 20px  auto;
        }
    }