    .agents{
        height: 600px;
    }
    .agents_map{
        height: 600px;
    }
    .agent-card{
      width: 400px;
      padding: 1rem;
      z-index: 1000;
      position: absolute;
      top: 204px;
      border-radius: 10px;
      background: transparent;
      box-shadow: 0px 3px 6px rgba(7, 7, 7, 0.16);
      /* Note: currently only Safari supports backdrop-filter */
      backdrop-filter: blur(4px);
      --webkit-backdrop-filter: blur(4px);
      background-color: rgba(255, 255, 255, 0.05);
      /* (plus shape's fill blended on top as a separate layer with 21% opacity) */


    }
    .gm-style-iw.gm-style-iw-c{
       color: #262626 ;
       font-weight: bold;
    }
    .gm-style-iw-d {
    padding: 1rem;
    text-align: end;
}