/* ABOUT */

.about .dimensions .flex h1 {color: #118C4C;}

@media all and (min-width: 680px){

    .about .overflow {
        max-height: 430px;
        overflow-y: auto;
        padding: 0 20px;
        margin: 20px 0 30px;
    }

}


