.container {
    max-width: 960px;
  }
  .property {
      position: relative; 
      height: 100vh;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      
        background-size: cover;
  
  }

  .testimoni {
    position: relative; 
    height: 40vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
      background-size: cover;

}
  
  .title {
    position: relative;
    color: #ffffff;  
    /* font-size: 1rem; */
    line-height: 0.9;
    /*text-align: center;*/
  }
  
  .carousel {
    margin-bottom: 4rem;
  }
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  .agent-card{
    position: sticky;
    top: 60px;
    
    background: pink;
  }

  .kpr{
    left:50px;
  }

  @media only screen and (max-width: 600px) {
    /* For mobile phones: */
    .kpr{
      left:0px;
    }
    
  }

.blue ,span{
  color: rgb(56, 68, 123);
}

.gold{
  color: rgb(251, 209, 12);
}
