  /* .contact */
  .contact_section {
      margin-block: 5rem;
  }

  .contact-left-cls {
      box-shadow: 0 10px 20px rgb(0 0 0 / 15%), 0 6px 6px rgb(0 0 0 / 0%);
      padding: 30px;
      height: 70vh;
      border-radius: 9px;
      border-top: 5px solid #824d3f;
  }

  .h3-place-new {
      font-size: 24px;
      color: #272c37;
      font-weight: 500 !important;
  }


  .contact-left-cls .blue-icon {
      margin: 10px 20px;
      display: flex;
      justify-content: start;
      gap: 10px;
      color: #824d3f;
  }

  .contact-left-cls .blue-icon a {
      color: #824d3f;
  }





  @media(max-width:992px) {
      .contact-left-cls {
          height: auto;
          padding: 10px;
      }


  }