.card {
  border: none;
}
.grid-child {
  max-width: 800px;
}
.footer {
  position: relative;
 /* padding-top: 50px; */
  bottom: 0;
  left: 0;
  display: flex; 
  gap: 10px;
  /*  flex-shrink: 0; */
    width: 100%;
  height: 100px;
 /*  background: #24495b !important; */
  }