.company {}
.company #article {
    font-size: 11pt;
    color: grey;
    padding: 0 20px;
}
.company #article h2 {
    text-transform: uppercase;
    color: #24336a;
    font-weight: 700;
    padding: 45px 0 0;
    margin: 0;
}

.company article img {
    float: none !important;
    display: block;
    margin: 0 auto !important;
}

.company article h3 {
    text-align: center;
}

.company #article #images {}

.company #article #images img {
    width: 100%;
    margin: 10px 0;
    display: inline-block;
}

.company #article table {
    width: 100%;
}

.company #article table tr {}

.company #article table tr td {
    display: block !important;
    width: 100% !important;
}

.company #article table tr td img {
    width: 100%;
}
