#invoice_more_hero {
}
#invoice_more_hero_container {
}
#invoice_more_hero_content {
}
@media all and (min-width: 650px) {
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1200px) {
}
/*
#invoice_more_hero {
    /*border: solid 2px red;
}
#invoice_more_hero_container {
}
#invoice_more_hero_content {
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: var(--fondo-invoice_more-hero) no-repeat;
    background-size: cover;
}
#invoice_more_hero_content_container {
}
#invoice_more_hero_title_text {
    padding: 0 5%;
    /*border: solid 1px red;
}
#invoice_more_hero_title_text p {
    margin-top: 50px;
    text-align: center;
    font-size: 3.5em;
    font-weight: 700;
    color:  var(--our-black-color);
    /*border: solid 1px black;
}
#invoice_more_hero_text {
    margin-bottom: 30px;
    max-width: 500px;
    text-align: center;
    font-size: 1.5em;
    color: var(--our-black-color);
    /*border: solid 1px black;
}
#invoice_more_hero_black_container {
    color: var(--our-white-color);
    background-color: var(--our-black-color);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#invoice_more_hero_black_content {}
#invoice_more_hero_black_subtitle h2 {
    color: var(--our-white-color);
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.2em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
#invoice_more_hero_black_subtext {
    color: var(--our-white-color);
    font-size: 100%;
    text-align: center;
}
@media (min-width: 880px) {
    #invoice_more_hero_title_text p {
        font-size: 4em;
    }
    #invoice_more_hero_black_container {
    }
    #invoice_more_hero_black_subtext {
        font-size: 100%;
    }
}
@media (min-width: 1200px) {
}
*/