.upper {
    display: flex;
    justify-content: space-around;
    padding-bottom: 10px;
}

.upper .logo-desktop img {
    padding-top: 30px;
    max-width: 200px;
    height: auto; 
}

.tag {
    font-size: 15px;
}

.about {
    background-color: #FFF;
    color: #52604F;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 30px 30px;
    text-align: left;
}

.container {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
}

.container p, .container li {
    max-width: 700px;
    margin: auto;
}

.container img {
    max-width: 100%;
    height: auto;
    padding-bottom: 20px;
}


h1, h2, h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    text-align: center;
}

p, ol {
    font-size: 18px;
    word-spacing: 2px;
    line-height: 1.5;
    font-weight: 450;
}

.bold {
    font-size: 20px;
    font-weight: 550;
    text-transform: uppercase;
    padding-top: 20px;
}

@media (min-width: 600px) {
    .about {
        margin: -5px 40px 40px ;
    }
}

@media (min-width: 1200px) {
    .container img {
        max-width: 900px;
        height: auto;
    }
}