.page-container {
    background-color: gainsboro;
    padding: 30px;
}

a {
    text-decoration: none;
    color: black;
}

.site-main .container ul, .site-main .container ol {
    margin: 0;
    padding: 30px 0;
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 50px;
}

.site-main .container li {
    margin-bottom: 22px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.customers {
    margin-top: 50px;
}

.row.customers div {
    margin-bottom: 24px;
}

button {
    border: 0;
    background: #fff;
    padding: 1px 2px;
}

.customer-logo {
    background-color: #fff;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}

.archive .customer-logo {
    background-color: transparent;
}

a.customer-logo:hover {
    box-shadow: 0px 3px 8px rgb(0 0 0 / 30%);
}

.download-pdf.go-back {
    float: left;
    margin-right: 30px;
}

.clr {
    clear: both;
}

.customer-logo img {
    padding: 10px;
}

.customer-logo-page {
    display: flex;
    margin: 0 auto;
}

.document-type {
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 6px;
}

.document-title {
    font-weight: 700;
}

span.mofifications-date {
    float: right;
}