@import url('https://fonts.googleapis.com/css2?family=Archivo&display=swap');
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Archivo', sans-serif;
}
.pag1_sobre {
    background-color: #ededed;
    height: 100%;
    display: flex;
    justify-content: center;
}
.coluna_historia {
    flex-direction: column;
}
.espaçamento_sobre {
    height: 29px;
}
.titulo1_sobre {
    color: #2b2b2b;
    font-size: 70px;
    margin-bottom: 43px;
}
.subtitulo1_sobre {
    color: #2b2b2b;
    font-size: 46px;
}
.posiçao1_sobre {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img1_sobre {
    width: 533px;
    max-width: 100%;
}
.img1_sobre_mobile {
    display: none;
}
.historia {
    width: 550px;
    color: #14171c;
    font-size: 17px;
    line-height: 30px;
    margin-left: 40px;
}
.espaço {
    margin-bottom: 30px;
}
.espaçamento1_sobre {
    height: 65px;
}
.pag2_sobre {
    background-color: #14171c;
    color: white;
    height: 100%;
}
.espaçamento2_sobre {
    height: 80px;
}
.posiçao2_sobre {
    display: flex;
    justify-content: center;
    align-items: center;
}
.metodo {
    width: 550px;
    font-size: 17px;
    line-height: 30px;
    margin-right: 40px;
}
.subtitulo2_sobre {
    font-size: 46px;
    line-height: 1em;
    letter-spacing: 1px;
}
.img2_sobre {
    width: 100px;
    min-width: 41%;
}
.img2_sobre_mobile {
    display: none;
}
.espaçamento4_sobre {
    height: 40px;
}
.espaçamento3_sobre {
    height: 75px;
}
@media screen and (max-width: 959px) {
    .pag2_sobre {
        padding: 10px;
    }
    .subtitulo2_sobre{
        font-size: 34px;
        line-height: 1.3em;
    }
    .metodo {
        font-size: 16px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 768px) {
    /*configurações mobile bloco 1*/
    .pag1_sobre {
        padding: 10px;
    }
    .titulo1_sobre {
        font-size: 55px;
    }
    .img1_sobre {
        display: none;
    }
    .img1_sobre_mobile {
        display: block;
        width: 100%;
    }
    .historia {
        width: 100%;
        font-size: 16px;
        margin-left: 0;
        margin-top: 50px;
    }
    .subtitulo1_sobre {
        font-size: 34px;
    }
    /*configurações mobile bloco 2*/
    .pag2_sobre {
        padding: 10px;
    }
    .metodo {
        font-size: 16px;
        width: 100%;
        margin-right: 0px;
    }
    .subtitulo2_sobre {
        font-size: 34px;
    }
    .img2_sobre {
        display: none;
    }
    .img2_sobre_mobile {
        display: block;
        width: 100%;
    }
}