.company-container {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px;
    padding: 20px;
}

.company-logo {
    text-align: center;
    width: 256px;
    min-height: 128px;
    margin-left: 20px;
    margin-right: 20px;
}

.logo-wrapper {
    width: 100%;
    height: 128px;
    align-content: center;
}

img.logo {
    width: 100%;
    height: auto;
}

.company-description {
    font-family: Arial, sans-serif;
    font-size: 16px;
}