﻿.aboutColumnDiv {
    text-align: center;
}

.aboutColumnImage {
    width: 150px;
    float: left;
}

.aboutColumnLegend {
    font-weight: bold;
}

.aboutColumnContentDiv {
    text-align: left;
}

.aboutFieldset {
    margin-bottom: 50px;
}

@media (min-width: 1170px) {
    .equal, .equal > div[class*='col-'] {
        display: -webkit-flex;
        display: flex;
        flex: 1 1 auto;
    }
}
