/*************
mobile first
*************/

/* classes */
.certificate {
    width: auto;
    height: 16dvh;
}

/*************
desktop
*************/

@media (min-width: 870px) {

    /* classes */
    .certificate {
        height: 24dvh;
    }

}