
.moank-carousel
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: auto;
  width: 100%;
}

.moank-carousel .card
{
  margin: 20px;
  background: #eee;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  padding: 12px;
  width: 60%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.moank-carousel .card h1
{
  font-weight: 350;
}

.moank-carousel .card .description {
  max-width: 300px;
  margin: 12px;
  text-align: center;
}

.moank-carousel .card .button
{
  display: flex;
  align-items: center;
  background-color: #2f3131;
  width: 150px;
  padding: 12px;
  margin-top: 12px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.moank-carousel .card a
{
  color: #f3f3f3;
  text-decoration: none;
}
