* {
    font-family: "Work Sans", sans-serif;
}


.certificate-main-wrapper {
    background-image: url("/static/kpit-theme/certificate-assests/image004.b7f82ee32b53.png");
    background-size: cover;
    height: 700px;
    width: 900px;
}
img.signature-image {
    width: 101px;
    height: 74px;
}

.signature {
    width: 250px;
    text-align: center;
}

.signature-wrapper {
    display: flex;
    width: 700px;
    justify-content: space-between;
    margin-top: 50px;
    align-items: flex-end;
}


.title {
    font-size: 50px;
    font-weight: inherit;
    margin-bottom: 0;
    text-align: center;
    margin-left: 20px;
}

p.recognition {
    color: #7c3ee0;
    font-size: 20px;
    position: relative;
    text-align: center;
    width: 330px;
    margin: auto;
    font-style: italic;
    /* padding-left: 80px; */
    /* padding-right: 60px; */
}

p.recognition:after, p.recognition::before {
    content: "";
    width: 30px;
    background: #7c3ee0;
    position: absolute;
    z-index: 9;
    height: 2px;
    top: 50%;
}

p.recognition::before {
    left: 20px;
    width: 70px;
}

p.recognition:after {
    width: 90px;
    right: 0px;
}

.certify {
    text-align: center;
}

p.signature-name {
    font-weight: 500;
    margin-bottom: 0;
}

p.position {
    margin-top: 0;
    font-size: 15px;
}

.certificate-wrapp {
    /* gap: 40px; */
    height: 100%;
    display: grid;
    width: 700px;
    gap: 0px;
    place-content: center;
    margin: auto;
    text-align: center;
}

.title-wrapper {
    width: 100%;
}

.certify p {
    font-size: 23px;
}

p.success span {
    font-weight: 600;
}
p.name-user {
    font-weight: 600;
}
@media print {
    @page {
        margin: 0 !important;
        size: 21cm 18.6cm;
    }
        body {
        zoom: 120.8%;
        }
    }
    
}
