.cert-content .cert-logo {
    position: relative;
  }
  .cert-content .cert-logo img {
    max-width: 100%;
    float: right;
    width: 23%;
    position: relative;
    bottom: 28px;
  }
  .cert-content .cert-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  .cert-content .signature {
    text-align: left;
    margin-top: 20px;
    width: 50%;
    font-size: 17px;
  }
  .cert-content .signature img {
    width: 25%;
  }
  .cert-content p.signature-name {
    font-weight: bold;
    color: #1e3a8a;
    margin: 0;
  }
  .cert-content p.position, .cert-content p.department {
    color: #333;
    margin: 0;
  }
  .cert-content .footer {
    text-align: right;
    margin-top: 72px;
    width: 50%;
  }
  .cert-content p.location {
    font-size: 15px;
    color: #333;
    margin-top: 20px;
  }