/*
Theme Name: Twenty Twenty Child
Theme URL: https://pandabrand.net/
Description: Twenty Twenty Child Theme
Author: pandabrand
Author URL: https://pandabrand.net/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 

/* Custom CSS goes after this line */

.carousel img {
  display: block;
  height: 150px;
}

.grid {
  display: flex;
  flex-wrap: wrap;

  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: minmax(150px, auto);
  grid-gap: 1rem;
}

.module {
  width: 100%;
  background-color: #778899;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 250px; */

  /* margin-left: 5px; */
  /* margin-right: 5px; */
  /* flex: 1 1 200px; */
}

figcaption {
  margin: 1rem;
  text-align: center;
  width: 100%;
  display: block;
  color: #fff !important;
  font-weight: bold;
}

figcaption textarea {
  width: 95% !important;
}