#about-manifesto {
    background-color: #262224;
    background-image: url("../img/bg-about-manifesto.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px 100px;
    color: #fff;
}

#about-manifesto h2 {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-family: 'Crete Round', serif;
    font-size: 28px;
    font-style: italic;
    color: #fff;
    border-bottom: 5px solid #fff;
}

#about-manifesto .big p {
    line-height: 68px;
    margin-bottom: 45px;
    font-family: 'Anton', sans-serif;
    font-size: 48px;
    color: #fff;
    letter-spacing: 2px;
}

#about-manifesto .small p {
    line-height: 32px;
    margin-bottom: 40px;
    font-family: 'Crete Round', serif;
    font-size: 22px;
    font-style: italic;
    color: #fff;
    letter-spacing: 1px;
}

#about-wedo {
    background-color: #dfdfdf;
    background-image: url("../img/bg-about-wedo.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 135px 0px;
}

#about-wedo h2 {
    font-family: 'Crete Round', serif;
    font-size: 44px;
    font-style: italic;
    color: #262224;
    letter-spacing: 1px;
    margin-bottom: 170px;
    text-align: center;
}

#about-wedo .list-wedo hr {
    display: inline-block;
    width: 35px;
    height: 5px;
    margin-bottom: 10px;
    background: #ed2f59;
}

#about-wedo .list-wedo h3 {
    display: inline-block;
    margin-bottom: 35px;
    padding-bottom: 15px;
    font-family: 'Anton', sans-serif;
    font-size: 42px;
    color: #231f21;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 5px solid #ed2f59;
}

#about-wedo .list-wedo li {
    list-style: none;
    font-family: 'Crete Round', serif;
    font-size: 22px;
    color: #262224;
    padding-bottom: 10px;
}

#about-published {
    background-color: #fff;
    padding: 100px 0 30px;
}

#about-published h2 {
    font-family: 'Crete Round', serif;
    font-size: 44px;
    font-style: italic;
    color: #262224;
    letter-spacing: 1px;
    margin-bottom: 170px;
    text-align: center;
}

#about-published .lista-published>div {
    margin-bottom: 100px;
}

#about-insta {
    height: 170px;
    background-color: #ed2f59;
}

#about-insta a i {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    font-size: 62px;
    color: #fff;
}

#about-insta a span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Crete Round', serif;
    font-size: 60px;
    font-style: italic;
    color: #fff;
}

#about-clientes {
    background-color: #f0f0f0;
    padding: 100px 0 30px;
}

#about-clientes h2 {
    font-family: 'Crete Round', serif;
    font-size: 44px;
    font-style: italic;
    color: #262224;
    letter-spacing: 1px;
    margin-bottom: 100px;
    text-align: center;
}

#about-clientes .lista-clientes>div {
    margin-bottom: 60px;
}

/*//////////////////////////////////////////////////*/

/*			 Desktop Atual acima de 1440px			*/

/*//////////////////////////////////////////////////*/

@media (min-width: 1440px) {}

/*//////////////////////////////////////////////////*/

/*			 Desktop Atual acima de 1200px			*/

/*//////////////////////////////////////////////////*/

@media (min-width: 1200px) and (max-width: 1439px) {
    #about-manifesto .big p {
        line-height: 62px;
        margin-bottom: 30px;
        font-size: 44px;
    }
    #about-manifesto .small p {
        line-height: 30px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    #about-wedo {
        padding: 80px 0px;
    }
    #about-wedo h2 {
        font-size: 44px;
        margin-bottom: 100px;
    }
}

/*//////////////////////////////////////////////////*/

/*			            Tablets 					*/

/*//////////////////////////////////////////////////*/

@media (min-width: 992px) and (max-width: 1199px) {
    #about-published h2{
        margin-bottom: 120px;
    }
}

/*//////////////////////////////////////////////////*/

/*			            Tablets 					*/

/*//////////////////////////////////////////////////*/

@media (min-width: 768px) and (max-width: 991px) {
    #about-manifesto {
        padding: 180px 0px 100px;
    }
    #about-wedo {
        padding: 85px 0px 85px;
    }

    #about-wedo h2 {
        margin-bottom: 70px;
    }

    #about-published h2{
        margin-bottom: 90px;
    }
}

/*//////////////////////////////////////////////////*/

/*	       Smartphones e Tablets Menores			*/

/*//////////////////////////////////////////////////*/

@media (min-width: 576px) and (max-width: 767px) {
    #about-insta a span {
        font-size: 48px;
    }
    #about-insta a i {
        font-size: 48px;
    }
    #about-wedo h2 {
        margin-bottom: 80px;
    }
    #about-published h2{
        margin-bottom: 80px;
    }
}

/*//////////////////////////////////////////////////*/

/*	       Smartphones e Tablets Menores			*/

/*//////////////////////////////////////////////////*/

@media (max-width: 575px) {
    #about-manifesto {
        padding: 130px 0px 30px;
    }
    #about-wedo {
        padding: 70px 0px 30px;
    }
    #about-wedo h2 {
        margin-bottom: 100px;
    }
    #about-wedo .list-wedo li {
        font-size: 18px;
    }
    #about-wedo h2 {
        margin-bottom: 50px;
    }

    #about-published h2{
        margin-bottom: 70px;
    }

    #about-published .lista-published>div {
        margin-bottom: 50px;
    }
    #about-insta {
        height: 120px;
    }
    #about-insta a span {
        font-size: 34px;
    }
    #about-insta a i {
        font-size: 34px;
        margin-right: 15px;
    }
    #about-clientes h2 {
        font-size: 34px;
        margin-bottom: 80px;
    }
    #about-manifesto .big p {
        line-height: 46px;
        font-size: 42px;
    }
}