.placeholder {
  background: #ececec;
  min-height: 170px;
  border-radius: 9px;
  border: 1px solid #eee;
}
body {
    font-family: 'Open Sans', Arial, sans-serif;
}
h2 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #492c1d;
}
footer {
    background: #222;
    color: #fff;
}
.img-fluid {
    object-fit: cover;
    height: 200px;
    width: 100%;
    max-width: 100%;
}
