html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.card-container {
  display: flex;
  max-width: 1340px;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}
.card {
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 400px;
}
.card-side{
  max-width: 1500px;
}
.card-size{
  width: 310px;
}
.card-header img {
  width: 100%;
  object-fit: cover;
}
.bg-head{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 0px !important;
}
.bg-head img{
  width: 60%;
  height: 60%;
  object-fit: contain !important;
}
.card-body {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    padding: 20px;
}
.card-body h4 {
  color: green;
}
.card-body p {
  text-align: left;
  font-size: 15px;
  margin: 0 0 15px;
}
.user {
  display: flex;
  margin-top: auto;
}

.user-info h5 {
  margin: 0;
}
.user-info small {
  color: #545d7a;
}
