h2 {
    text-transform: uppercase;
}

a {
    color: #b69f2b;
    text-decoration: none;
    transition: .3s all;
}

a:hover {
    color: #867521;
}

section {
    margin: 30px 0;
    padding: 20px 50px;
}

div.separator {
    width: 30%;
    height: 7px;
    margin: 35px auto;
    border-top: 1px solid #b69f2b;
}

@media only screen and (max-width: 760px){
    div.separator {
        margin: 15px auto;
    }
}

/* onde encontrar */

section.onde-nos-encontrar div {
    width: 60%;
    margin: 0 auto;
    padding: 10px 0 10px 15px;
    text-align: center;
}


@media only screen and (max-width: 760px){
    section {
        margin: 20px 0;
        padding: 20px 10px;
    }

    section.onde-nos-encontrar div {
        width: 90%;
        padding: 0;
    }
}

a.veja-mais-btn {
    text-transform: uppercase;
    border: 1px solid #b69f2b;
    border-radius: 0;
    font-size: 1rem;
    transition: .3s all;
}

a.veja-mais-btn:hover {
    background: #b69f2b;
    color: #ffffff;
}

/* sobre*/

section.sobre {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
} 

section.sobre div img {
    width: 100%;
}

section.sobre > div:nth-child(2){
    width: 30%;
    margin-left: 20px;
}



@media only screen and (max-width: 760px){
    section.sobre div {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    section.sobre > div:first-child {
        margin-bottom: 10px;
    }

    section.sobre > div:nth-child(2){
        width: 90%;
        margin: 0 auto;
    }
}

/* instagram */
h3.instagram-titulo {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 760px){
    h3.instagram-titulo {
        width: 75%;
        margin: 0 auto 15px auto;
    }
}