.colorband {
  background-color: #cfc5c4;
  padding: 1px;
  color: #020502;
  font-weight: bolder;
  width: 100%;
  left: 0;
}

.highlight ul {
  list-style: none;
  padding: 0;
}

.highlight li {
  display: flex;
  flex-direction: column; /* Stacks text and image vertically */
  align-items: center;    /* Centers them horizontally */
  text-align: center;
}

.highlight img {
  max-width: 500px; /* Adjust size as needed */
  height: auto;
  margin-top: 10px; /* Adds space between text and image */
}


@media screen and (max-width: 768px) {
  .highlight img  {
    width: 200px;
    height: auto;
    margin-top: 10px;
  }
}
