#show_certification_hero {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    /*border: solid 1px green;*/
}
#show_certification_hero_content {
    width: 100%;
    display: flex;
    justify-content: center;
}
#show_certification_content_title {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#show_certification_title h1 {
    margin-left: 20px;
    font-size: 2.2em;
    font-weight: bold;
    margin-right: 50px;
}
#show_certification_image img {
    width: 50px;
    height: auto;
}


@media all and (min-width: 600px) {
    #show_certification_hero_content {
        width: 70%;
    }
    #show_certification_title h1 {
        font-size: 3.75em;
    }
    #show_certification_image img {
        width: auto;
        height: auto;
    }
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1200px) {
}
