#pages_hero {
    /*border: solid 1px red;*/
}
#pages_hero_container {
}
#pages_hero_content {
    display: flex;
    flex-direction: column;
    /*border: solid 1px blue;*/
}
#pages_hero_content_top {
    /*text-align: center;*/
}
#pages_hero_image {
    text-align: center;
    width: 94vw;
    /*border: solid 1px blue;*/
}
#pages_hero_content_title {
    margin: 20px 0 0 20px;
    /*width: 50vw;*/
    display: flex;
    flex-direction: column;
    font-family: "Albert Sans", sans-serif;
    /*border: solid 1px blue;*/
}
#pages_hero_content_name {
    color: #000;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 5px;
    /*border: solid 1px blue;*/
}
#pages_hero_content_label {
    padding-left: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 2px;
}
#pages_hero_content_page {
    padding: 0;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    /*border: solid 1px blue;*/
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 900px) {
    #pages_hero_content {
        flex-direction: row;
    }
    #pages_hero_image {
        width: 50vw;
    }
    #pages_hero_content_name {
        font-size: 5.0rem;
        font-weight: 800;
    }
    #pages_hero_content_page {
        padding: 42px 0 0 20px;
        font-size: 4rem;
    }
}
@media (min-width: 1200px) {
}
