#nossa_historia {
    padding-bottom: 100px;
}

#nossa_historia > .container {
    position: relative;
    z-index: 999;
}

#nossa_historia .header {
    height: 450px;
}

#nossa_historia h3 {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-text-three);
}

#nossa_historia p {
    font-family: "Playfair Display";
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #3D3D3D;
}

#nossa_historia .img_comp img {
    width: 308px;
}

#nossa_historia .caracteristicas > div > div {
    height: 100px;
}

#nossa_historia .caracteristicas i {
    font-size: 3rem;
    background-color: var(--color-background-one);
    border-radius: 50%;
    padding: 10px;
}

#nossa_historia .caracteristicas span {
    font-family: "Playfair Display";
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: var(--color-text-three);
    letter-spacing: 1px;
}

#nossa_historia .footer_section {
    position: relative;
}

#nossa_historia .footer_section img {
    width: 650px;
    position: absolute;
    top: -213px;
}

#comunidade .header {
    background-color: var(--color-background-four);
    padding: 10px 0;
}

#comunidade .btn_resell_box {
    width: max-content;
}

#comunidade p,
#instagram p {
    color: var(--color-text-two);
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 40px;
}

#instagram {
    padding-top: 30px;
}

@media (max-width: 48em) {
    #nossa_historia {
        padding-bottom: 0;
    }

    #nossa_historia .header {
        height: 250px;
    }

    #nossa_historia .img-nossa-loja {
        width: 75%;
    }

    #nossa_historia h3 {
        font-family: 'Calligraffitti';
        font-weight: 400;
        color: var(--color-text-two);
        margin-top: 25px;
    }

    #nossa_historia p {
        font-family: 'Inter';
        font-size: .85rem;
        line-height: 16px;
        color: #7B7B7B;
    }

    #nossa_historia .img_comp img {
        width: 48%;
    }

    #nossa_historia .caracteristicas > div > div {
        height: 60px;
    }

    #nossa_historia .caracteristicas i {
        font-size: 1.5rem;
        background-color: var(--color-background-one);
        border-radius: 50%;
        padding: 5px;
    }

    #nossa_historia .caracteristicas span {
        font-family: "Inter";
        font-size: 0.938rem;
        color: #7B7B7B;
    }

    #nossa_historia .footer_section img {
        width: 300px;
        top: -143px;
    }

    #comunidade p,
    #instagram p {
        line-height: 24px;
        font-size: 1.125rem;
        padding: 15px 0px;
    }
}