.about {
    display: none;
    flex-direction: column;
    height: auto;
    width: 100%;
}

.about .about-title {
    height: auto;
    padding: 30px;
}

.about .about-title h1 {
    font-size: 35px;
    font-family: 'aller-bd', -apple-system, system-ui;
    color: #640b19;
}

.about .about-title p {
    font-size: 25px;
    font-family: 'aller-lt', -apple-system, system-ui;
    color: #640b19;
}

@media only screen and (orientation: portrait) {
    .about {
        display: flex;
    }
}