   .organization-logo { 
    /* height: 50vh; */
    /* max-height:416px; */
    min-height:200px;
    min-width:200px;
    width:200px;
    height:200px;
    max-height:200px;
    max-width:200px;
      padding:1rem;
      display:flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius:100%;
      object-position: bottom;
      object-fit: cover;
      width:100%;


     /* object-position: bottom;
     min-height:416px;
     max-height:416px;
     width:100%;
     object-fit: cover;
     border-radius: 32px; */
   }