/* Extracted from firma.html */
.signature-container {
    width: 600px;
    height: 220px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow: hidden;
    color: #333;
}
.left-panel {
    padding: 20px 0 0 40px;
    vertical-align: top;
}
.name {
    font-size: 34px;
    font-weight: 800;
    color: #1f5d39;
    line-height: 0.9;
    margin: 0;
    text-transform: uppercase;
}
.surname {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 0.9;
    margin: 0;
    text-transform: uppercase;
}
.job-title {
    font-size: 24px;
    font-weight: 700;
    color: #71aa50;
    margin-top: 5px;
    text-transform: uppercase;
}
.logo-jasu {
    margin-top: 20px;
    width: 140px;
}
.right-panel {
    padding: 20px 40px 0 0;
    text-align: right;
    vertical-align: top;
}
.contact-wrapper {
    display: inline-block;
}
.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}
.contact-info li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.contact-info i {
    color: #1f5d39;
    margin-right: 10px;
    font-size: 18px;
    width: 25px;
    text-align: center;
}
.qr-code {
    position: absolute;
    right: 40px;
    bottom: 10px;
    width: 100px;
    height: 100px;
    z-index: 10;
    display: block;
}
.fruit-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-40%, 40%);
    width: 200px;
    z-index: 1;
}
