
.about {
    display: flex;
    padding:0 80px;
    align-items: center;
    height: 100vh;
}

.image-box {
    flex: 1 1 30%;
    padding-right: 4vw;
}

.text-box {
    flex: 1 1 40%;
    padding-left: 4vw;
}

img{
    width: 100%;
}

h1{
    font-size: 9vw;
    line-height: 7.5vw;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

h2{
    font-size: 2.1vw;
    line-height: 2.8vw;
    font-weight: 100;
    font-style: italic;
}

.about p{
    font-size: 1.5vw;
    margin-top: 0;
}

footer{
    margin-top: 0;
}


@media (max-width: 600px){
    h1{
        font-size: 25px;
        text-align: center;
        margin-top: 40px;
    }

    h2{
        font-size: 18px;
        line-height: 23px;
        font-style: italic;
        font-weight: 100;
    }

    .about p{
        font-size: 16px;
       text-transform: none;
        width: 100%;
    }

    .about{
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0 30px;

    }

    .image-box{
        flex:1 1 100%;
        padding-left:0;
        width: 100%;
        padding: 0 10vw;
          margin-top: 18vh
    }
    .text-box{
        flex: 1 1 100%;
        order: 3;
        padding-left: 0;
         margin-bottom: 20vh;
    }

    .image-box img{
      width: 100%;
    }

    .about {
      height: auto;
    }
}
