.contact-section {
    padding: 50px 0;
    background-color: #f8f9fa;
    border-radius: 10px;
  }

  .contact-form {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  }

  .works{
    padding: 20px;
   


  }
  .Work-Details li{
    list-style: none
   
  }
  .Work-Details h4 {
    
    border-bottom: 2px solid rgb(243, 160, 5);

  }
  
  .address{
    padding: 10px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .Address-left{
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    

  }

  @media screen and (max-width:550px) {

    .address  {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      
    }

    .map-right iframe{
      width: 250px;


    } 
    
  }

  @media screen and (max-width:991px){
    .address  {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .Address-left{
      margin-bottom: 20px;
      width: 70vw;

    }

    .map-right iframe{
      width: 70vw;
     
    }
  }