/* Start custom CSS for global, class: .elementor-global-41250 */@media (min-width: 376px) and (max-width: 991px) {
   .team_card .team_img img{
       width:100% !important;
   }
            } 
            .card__inner{
                    cursor: default !important;
            }
              .card__inner .letter_spacing_0_6 {
                    cursor: pointer !important;
            }
             @media (min-width: 1200px){
            .team_img img{
                    height: 233px;

            }
            }
              @media (min-width: 992px) and (max-width: 1199px) {
                 .team_img img{
                    height:190px;

            }
              }
              .team_img{
      border-radius: 12px
    }
    .team_card .card__inner .card__expander strong{
        font-size: 18px;
        font-weight: 400;
    }
        .team_img img {
        height: 233px;
        object-fit: cover;
        width: 100%;
    }
     @media (min-width: 376px) and (max-width: 991px) {
           .team_img img {
        height: auto !important;
    }
     }/* End custom CSS */