.about-container {
    display: flex;
    flex-flow: wrap-reverse;
    row-gap: 1rem;
    column-gap: 5rem;
}

.about-image {
    width: 100%;
    margin: auto;
}

.about-text {
    flex: 1 1 50%;
}

.about-image-container {
    display: flex;
    flex: 1 1 30%;
    max-width: 300px;
}
