
<style>
  


  .container .vendor-code-header.mb-35{margin-bottom: 35px !important;}
  
.vender-h-and-d{
	display:flex;
	align-items:start;
	justify-content:space-between;
	flex-wrap:wrap;
	gap: 0px 20px;
}

  .vendor-code-header h2 {
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 25px;
    font-weight: 700;
    color: #111;
  }
  
.ml1{ padding-left:10px ;}

  .vendor-code-header h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 8px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
  }

  .vendor-code-header .adopted-date {
    font-size: 16px;
    margin: 0 0 25px;
    color: #333;
  }

  .download-pdf-btn {
    display: inline-block;
    background: #f7a80f;
    color: #ffffff;
    padding: 13px 28px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
	margin-bottom:25px;
  }

  .download-pdf-btn:hover {
    background: #111111;
    color: #ffffff;
  }
  .vendor-code-content{
	  margin-top:30px
  }

  .vendor-code-content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 32px 0 14px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
  }

  .vendor-code-content p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 14px;
    color: #333;
  }

  .vendor-code-content a {
    color: #f7a80f;
    text-decoration: none;
  }

  .vendor-code-content a:hover {
    text-decoration: underline;
  }

  .signature-block {
    margin-top: 35px;
  }
  

  @media (max-width: 767px) {
    

    .vendor-code-header h2 {
      font-size: 32px;
    }

    .vendor-code-header h3 {
      font-size: 18px;
    }

  

    .vendor-code-content p {
      font-size: 15px;
    }
  }
</style>