#trackrecord {
    padding:0px 0;
    padding-bottom: 80px;
}

#trackrecord .referenties {
    padding-top:20px;
    padding-bottom: 120px;
}

#trackrecord h4 {
    text-transform: uppercase;
    font-weight: 900;
    color:#fff;
    border-radius: 6px;
    background: #ff8f1f;
    font-size: 20px;
    display: inline-block;
    margin: auto;
    padding: 5px;
    margin-bottom: 20px;
}

#trackrecord h2 {
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    font-weight:900;
    padding:0 0 20px 0;
}

#trackrecord p {
    text-align: center;
}

#trackrecord img {
    width:100%;
}

#trackrecord .btn {
    margin: auto;
    display: table;
    margin-top:30px;
    padding-bottom: 5px;
    outline: none;
}

#trackrecord .why-solarking {
    padding-top:40px;
}


#trackrecord .why-solarking p {
    text-align: justify;
    font-size: 20px;
}

#trackrecord ul {
    padding:0;
    margin:0;
}

#trackrecord ul li {
    list-style-type: none;
    padding:0;
    margin:0;
}

#trackrecord ul li:before {
    content: url(../../img/v.svg);
    vertical-align: middle;
    display: inline-block;
    margin-right: 16px;
    width:16px;
}

#trackrecord ul li p {
    display: inline;
}