﻿.flex-section {
margin-top: 0;
margin-bottom: 0;
}
.flex-section.logo {
    align-items: center;
    width: 50rem;
    justify-content: space-between;
    padding: 0 30px;
}
.text-container {
    width: 50rem;
    height: auto;
    text-align: left;
    align-items: start;
}

@media only screen and (min-width: 1200px) {
    .inner-about {
        flex-flow: row wrap;
    }
}

.company-name {
    font-size: 3rem;
}

@media only screen and (max-width: 600px) {

    .text-container {
        width: 24rem;
        height: 24rem;
        text-align: center;
        align-items: center;
    }

    .company-name {
        font-size: 2rem;
    }
}
