  .contact-box {
    max-width: 600px;
    background: #fff;
    padding: 40px;
  }

  .contact-box h2 {
    font-size: 30px;
    font-weight: 800;
    color: #111;
    margin-bottom: 12px;
  }

  .contact-box p.sub-text {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 28px;
  }

  .contact-box .contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
  }

  .contact-box .contact-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .contact-box .contact-icon i {
    font-size: 20px;
    color: #713700;
  }

  .contact-box .contact-item span {
    font-size: 15px;
    color: #222;
    font-weight: 500;
  }


.address h2 {
    color: #743e11;
    font-weight: bold;
}


.contact-row-wrapper {
    border: 1px solid #e2e2e2;
    padding: 21px 10px 0px 0px;
    margin-top: 20px;
    border-radius: 20px;
}