@media screen and (min-width: 1024px) {
    .citation {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    .aboutmeSection {
        display: flex;
        flex-direction: row;
    }

    .aboutmeTextBox, .aboutmeImg {
        width: 50%;
    }

    .aboutmeTextBox {
        align-items: center;
    }

    .aboutmeImg {
        position: relative;
        max-height: 600px;
    }
}