#show_certification_footer {
    margin: 20px 0 60px 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
#show_certification_footer_content {
    width: 100%;
    display: flex;
    justify-content: center;
    /*border-radius: 20px;*/
    /*box-shadow:*/
    /*        inset 0 -3em 3em rgba(0,0,0,0.1),*/
    /*        0 0  0 2px rgb(255,255,255),*/
    /*        0.3em 0.3em 1em rgba(0,0,0,0.3);*/
}
#show_certification_footer_content_title {}
#show_certification_footer_title {
    font-size: 2.75em;
    font-weight: bold;
}


@media all and (min-width: 650px) {
    #show_certification_footer_content {
        width: 70%;
    }
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1200px) {
}
