*{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
.container{
  height: 1100px;
  width: 900px;
  margin: auto;
}

.location{
  display: flex;    
  align-items: center;      
  gap: 8px;                  
}

.location img{
  width:60px;                      
  border-radius:12px;                
  padding:8px;
}

.text{
  display: flex;
  flex-direction: column;
  line-height:1.2;
  margin-bottom: 15px;
  padding-right: 15px;
}

.title{
  color:#0066ff;              
  font-weight:600;
}

.subtitle{
  color:#777;                 
  font-size:14px;
}

  .location1{
    height: 500px;
    
  }

  .interface{
    width: 850;
    height: 310px;
    border: 2px solid #aaa;
    margin-top: 10px;
  }

  .product-row{
    margin-left: 10px;
    display: flex;
    
  }

  .product-row{
    margin-left: 10px;
    display: flex;
    
  }

  .layer1{
    margin-left: 20px;
  }

 

  