.myimg{
  width:210px;
  height:210px;
  object-fit:cover;
  border-radius:50%;
  
}
.t table{
  border: none !important;
  
}

.float-layout {
    padding: 5px 5px;
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0;
    }
    
    .card-container {
    overflow: hidden;
    }
    
    .card {
    
    color: black;
    min-height: 100%; /*replace this it in width: 100%*/
    width: 100%;
    float: right;
    }
    
    .card-title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    }
    
    .card-desc {
    padding: 10px;
    text-align: left;
    font-size: 18px;
    }
    
    /*add this it*/
    .card-image {
    display: flex;
    }
    /*-------------*/
    
    div.card-image img {
    width: 30%;
    height: auto;
    }
    
    
    
    /* Phone Devices Query */
    @media only screen and (max-width: 37.5em) {
    div.card-image img {
      width: 100%;
      height: auto;
    }
    
    /*add this it*/
    .card-image {
       flex-direction: column;
    }
    /*----------------------*/

    .myimg{
    width:110px;
    height:110px;
    object-fit:cover;
    border-radius:50%;
    
    }
    
    }