.containervision {
  width: 100%;
  margin-top: 1rem;
  background: hsl(180, 19%, 95%);
}

.contentDiv {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  justify-content: space-around;
  width: 90%;
  margin: auto;
  gap: 20px;
}

.gridDiv {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: calc(100% - 20px);
  margin-bottom: 20px;
  display: flex;
  background-color: white;
  gap: 1rem;
  flex-direction: column;
}

/* .gridDiv p {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 16px;
    margin-top: 1rem;
    font-weight: 200;
    word-spacing: 2px;
} */

.gridDiv img {
  height: 50%;
  max-height: 318px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.awardData {
  padding: 1rem;
}
.awardData p {
  font-size: 16px;
  margin-top: 0.5rem;
  font-weight: 300;
  word-spacing: 2px;
}
.awardData h2 {
  font-size: 16px;
  font-weight: 600;
  word-spacing: 2px;
}
.awardData div {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* button {
  color: white;
  background-color: red;
  padding: 5px 10px;
  border-radius: 0.5rem;
} */

