@media only screen and (min-width: 300px) and (max-width: 600px) {
  /* For small desktops: */
    h2 {
        font-size: 24px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */

/**********************************
    Tipografia
**********************************/
    p {
        font-size: 20px;
        line-height: 26px;
    }
    h1 {
        font-size: 36px;
        line-height: 25px;
    }
    .conteudo_2 p {
        text-align: left;
    }
    .sobre {
        text-align: right;
        right: 40px;
    }
    .formacoes {
        font-size: 30px;
        line-height: 36px;
    }
    .texto_bold {
        font-size: 20px;
    }
    .endereco {
        font-size: 16px;
        margin-top: -30px;
    }
    .divider {
        width: calc(100% - 40px);
    }
    /**********************************
        Header
    **********************************/
    .general_header {
        background-position: 30% bottom;
    }
    .logo {
        left: 5%;
    }

    .quadro {
        width: 95%;
        max-width: 650px;
        margin:auto;
        right: unset;
        float: unset;
        top:350px;
    }
    .scroll-down {
        margin: auto;
        right: unset;
        float: unset;
        top:380px;
    }
    /**********************************
        Conteudo
    **********************************/

    .conteudo_1{
        padding: 250px 20px 320px 20px;
    }

    .conteudo_2{
        padding: 400px 20px 300px 20px;
    }

    .conteudo_3{
        padding: 230px 20px 10px 20px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1439px) {
  /* For small desktops: */
    .general_header {
        background-position: 45% bottom;
    }
    .quadro {
        right: 100px;
        top:250px;
    }   
    .scroll-down {
        right: -250px;
        top:78vh;;
}

@media only screen and (min-width: 1920px) {
  /* For small desktops: */
    .general_header {
        background-size: cover;
        background-position: 50% 100%;
        height: 1500px;
    }
    .general_content {
        background-size: cover;
    }
    .conteudo_1 {
        margin-top: 1230px;
    }
}

