/* Body */
.content {
    width: 80%;
}

.signature {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.signature img:first-child {
    width: 85px; 
    margin-right: -10px;
}

.signature img:nth-child(2) {
    width: 13%;
    min-width: 90px;
    height: auto;
    margin-right: 45px;
}



