body {
 margin-left: 5vw;
 margin-right: 5vw;
}

.archivo-narrow-regular {
  font-family: "Archivo Narrow", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#flex_container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  text-align: center;
  gap: 40px;
}

.item_container {
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  justify-content: flex-start;
  align-items: center;
  padding:20px;
  row-gap:20px;
}

.item_image {
  height:40vh;
}

.item_info {
  text-align: center;
}
