.os-cert-flip {
    -webkit-perspective: 800;
    width: 294px;
    height: 416px;
    position: relative;
    margin: 0;
}

.os-cert-flip .os-cert-card.flipped {
    -webkit-transform: rotatey(-180deg);
}

.os-cert-flip .os-cert-card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
}

.os-cert-flip .os-cert-card .os-cert-face {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    z-index: 2;
}

.os-cert-flip .os-cert-card .os-cert-front {
    position: absolute;
    z-index: 1;
    background: #ecebec;
    color: #0a4764;
    cursor: pointer;
    box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.5);
    background-image: url(../../images/os-cert.svg);
}

.os-cert-flip .os-cert-card .os-cert-back {
    -webkit-transform: rotatey(-180deg);
    background: #ecebec;
    color: #9e1c21;
    cursor: pointer;
    box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.5);
    font-family: os-body-font-regular;
    line-height: 15;
    font-size: 25px;
    text-align: center;
}

.os-cert-face-text {
    text-align: center;
    margin-top: 209px;
    font-family: os-body-font-medium;
    font-size: 14px;
    color: #103a53;
    padding: 0 30px;
}
