.oxy-cert-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border: 1px solid #e2e5ef;
    border-radius: 12px;
    background: #f8faff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    max-width: 100%;
    margin: 24px 0 !important;
  }
  .oxy-cert-box-logo img {
    width: 250px;
    height: auto;
    display: block;
  }
  .oxy-cert-box-logo-bpa {
    display: contents;
  }
  .oxy-cert-box-logo-bpa img {
    width: 120px;
  }
  .oxy-cert-box-text {
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    margin: 0 !important;
  }
  .oxy-cert-box-text strong {
    font-weight: 700;
  }
  .oxy-cert-box-text a {
    display: inline-block;
    margin-top: 4px;
    font-size: 13px;
    color: #2a3a8f;
    font-weight: 600;
    text-decoration: underline;
  }
  .oxy-cert-box-text a:hover {
    text-decoration: none;
  }
@media (max-width: 1200px) {
  .oxy-cert-box {  
    flex-direction: column;
    align-items: baseline;
    display: flex;
  }
  .oxy-cert-box-text strong {
    padding-bottom: 15px !important;
  }
  .oxy-cert-box-logo img {
    width: 300px;
  }
  .oxy-cert-box-logo-bpa {
    display: inline-flex;
  }
}