.ITC-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.ITC-container .ITC-figure picture {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ITC-container .ITC-figure picture a img {
  width: 12rem;
  height: auto;
}
.ITC-container .ITC-figure figcaption div span {
  width: 100%;
  margin: 0 0;
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 600;
  color: #a4be57;
}
.ITC-container .ITC-figure figcaption div p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
}