.license-obtain-section {
    padding: 100px 5vw;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
  }
  
  .license-obtain-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
  
  .license-obtain-text {
    flex: 1 1 55%;
  }
  
  .license-obtain-text h2 {
    font-size: 2.6rem;
    color: #00224D;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .blue-highlight {
    color: #003366;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  
  .green-heading {
    color: #76c832;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 25px;
  }
  
  .license-obtain-text h5 {
    font-size: 1.1rem;
    color: #00224D;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .checklist {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1.15rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  
  .license-obtain-image {
    flex: 1 1 40%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  
  .license-obtain-image img {
    max-width: 350px;
    height: auto;
    object-fit: contain;
  }
  
  @media (max-width: 992px) {
    .license-obtain-wrapper {
      flex-direction: column;
      align-items: center;
    }
  
    .license-obtain-image {
      margin-top: 30px;
    }
  }
  