
.menu__item > a {
    font-size: 1.2rem;
}

h1 {
    text-align: left;
}

h2 {
    font-size: 1.4em;
}

.testing {
    display: flex; 
    flex-direction: column; 
    align-items: flex-start; 
    gap: 1rem; 
    text-align: left !important ;
}

.photocont {
    order: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {
    .cell.photocont {
        order: 0;
    }
}

@media screen and (min-width: 72em) {
    .cell.photocont {
        width: 40%
    }
}
