.clause-buttons {
    max-width: 835px;
    display: flex;
    justify-content: space-between;
    margin: 145px auto;
}

.clause-buttons a {
    display: block;
    border-radius: 10px;
    border: 2px solid #D5D5D5;
    background: #FFF;
    padding: 13px 120px;
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    transition: all 0.2s ease;
}

.clause-buttons a:hover {
    border: 2px solid #FFDC00;
    background: #FFDC00;
}

.clause-content {
    padding-bottom: 50px;
}

.clause-content:not(:nth-of-type(3)) {
    border-bottom: solid 1px #BBB;
    margin-bottom: 50px;
}

.clause-content p,
.clause-content h2,
.clause-content h3,
.clause-content li {
    font-weight: 400;
    line-height: 1.5;
}

.clause-content p {
    margin: 10px 0 0;
}

.clause-date {
    margin: 0 0 30px !important;
    font-weight: 400;
}

.clause-content h2 {
    font-size: 20px;
}

.clause-content h3 {
    margin-top: 30px;
}

.clause-content ol {
    padding: 0 0 0 5px;
    list-style-position:inside;
}

.clause-content h3:first-of-type {
    margin-top: 27px;
}

.clause-pdf-download a {
    color: #00F;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: underline;
}

@media screen and (min-width: 1200px) {
    .breadcrumbs-wrap {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
}

@media screen and (max-width: 640px) {
    .clause-buttons {
        max-width: 100%;
        display: block;
        margin: 45px auto;
    }

    .clause-buttons a {
        padding: 13px 0;
        text-align: center;
        font-size: 20px;
        max-width: 335px;
        margin: 0 auto;
    }

    .clause-buttons a:last-of-type {
        margin: 25px auto 0;
    }

    .clause-content h2 {
        font-size: 18px;
    }
}