﻿pre {
    padding: 20px;
    margin: 5px 0;
    background: #dbdbdb;
    border: solid 1px #ccc;
}

.text {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8;
}

.title {
    padding: 30px 0;
    font-size: 35px;
}

h4 {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
}

ol.numbered-list {
    list-style-type: decimal;
    margin-left: 30px;
}

.trust-hero {
    height: 450px;
    background: #000 url('/img/trust.jpg') center center no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 34.375em) {
    .trust-hero {
        height: auto;
    }
}

.trust-hero .wrapper h1 {
    padding-top: 120px;
    color: #fff;
    font-size: 50px;
    text-shadow: 1px 1px 2px #000;
}

@media only screen and (max-width: 34.375em) {
    .trust-hero .wrapper h1 {
        padding-top: 20px;
    }
}

.trust-hero .wrapper .text {
    margin-top: 20px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

@media only screen and (max-width: 34.375em) {
    .trust-hero .wrapper .text {
        width: auto;
        padding-bottom: 20px;
    }
}

.wrapper.content.trust-content {
    margin-top: 0;
}

.section-heading {
    font-size: 24px;
    color: #333;
    padding: 42px 0 14px 0;
}

.section-subheading {
    font-size: 2.3rem;
    color: #333;
    padding: 21px 0 14px 0;
}
