main {
    @media screen and (min-width: 768px) {
        display: flex;
        flex-direction: row;
    }
}