#about-us{
    background-color: #182430;
}
#about-us #header{
    border-bottom: 1px solid #e6e6e6;
}
#about-us #main{
    padding: 0px 60px;
}
#about-us #footer{
    border-top: 1px solid #e6e6e6;
}

#about-us #main h1,
#about-us #main h2{
    font-size: 32px;
    line-height: 38px;
    font-weight: normal;
    margin-bottom: 30px;
    color: white;
}
#about-us #main p{
    color: white;
    margin-bottom: 0px;
    line-height: 24px;
}
#about-us #main p.tag{
    color: #f4cd24;
    padding: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 25px;
}

#about-us #main > div{
    border-bottom: 1px solid #e6e6e6;
    margin-top: 60px;
    padding-bottom: 60px;
}
#about-us #main > div:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}
#about-us #main div.grid{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#about-us #main div.grid div{
    width: calc(50% - 25px);
}
#about-us #main div.grid div img{
    width: 100%;
}

/* Mision y valores */
#about-us #main div.mission div.right{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#about-us #main div.mission div.right span.value{
    color: #f4cd24;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 30px;
}
#about-us #main div.mission div.right span.value:last-child{
    margin-bottom: 0px;
}

/* Nuestra filosofia */
#about-us #main div.our-philosophy{
    text-align: center;
}
#about-us #main div.our-philosophy h2{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#about-us #main div.our-philosophy p{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#about-us #main div.our-philosophy div.grid{
    margin-top: 50px;
}
#about-us #main div.our-philosophy div.grid div{
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about-us #main div.our-philosophy div.grid div.right{
    background-color: #f4cd24;
}
#about-us #main div.our-philosophy div.grid div img{
    max-width: 250px;
}

@media(max-width: 1300px){
    #about-us #main div.grid{
        align-items: center;
    }
}

@media(max-width: 1000px){
    #about-us #main{
        padding: 0px 30px;
    }

    #about-us #main p.tag{
        margin-bottom: 15px;
    }
    #about-us #main h1, #about-us #main h2{
        margin-bottom: 20px;
    }

    #about-us #main > div {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    #about-us #main div.about-us div.grid{
        flex-direction: column;
    }
    #about-us #main div.about-us div.grid div{
        width: 100%;
    }
    #about-us #main div.about-us div.grid div.left{
        margin-bottom: 30px;
    }

    #about-us #main div.our-philosophy div.grid{
        margin-top: 40px;
    }
    #about-us #main div.our-philosophy div.grid div{
        width: 50%;
        height: 350px;
    }
    #about-us #main div.our-philosophy div.grid div img {
        max-width: 200px;
    }
}

@media(max-width: 800px){
    #about-us #main div.mission div.grid{
        flex-direction: column;
    }
    #about-us #main div.mission div.grid div{
        width: 100%;
    }
    #about-us #main div.mission div.grid div.left{
        margin-bottom: 30px;
    }
    #about-us #main div.mission div.right span.value{
        font-size: 20px;
        margin-bottom: 20px;
    }

    #about-us #main div.our-philosophy div.grid{
        margin-top: 30px;
    }
    #about-us #main div.our-philosophy div.grid div{
        height: 300px;
    }
    #about-us #main div.our-philosophy div.grid div img {
        max-width: 150px;
    }
}

@media(max-width: 600px){
    #about-us #main{
        padding: 0px 20px;
    }

    #about-us #main p.tag{
        margin-bottom: 10px;
    }
    #about-us #main h1, #about-us #main h2{
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 30px;
    }

    #about-us #main > div {
        margin-top: 25px;
        padding-bottom: 25px;
    }

    #about-us #main div.about-us div.grid div.left,
    #about-us #main div.mission div.grid div.left{
        margin-bottom: 20px;
    }

    #about-us #main div.mission div.right span.value{
        font-size: 18px;
        margin-bottom: 16px;
    }

    #about-us #main div.our-philosophy{
        text-align: left;
    }
    #about-us #main div.our-philosophy div.grid{
        flex-direction: column-reverse;
        margin-top: 25px;
    }
    #about-us #main div.our-philosophy div.grid div{
        width: 100%;
    }
    #about-us #main div.our-philosophy div.grid div.left{
        height: auto;
        margin-top: 40px;
        margin-bottom: 20px;
    }
}