@import "./style.css";

.index-img-container {
  display: flex;
  justify-content: space-around;
  align-items: center;

  margin: auto;

  width: 100%;
  height: 80px;
}

/* -------------------- Responsive -------------------- */
@media screen and (min-width: 768px) {
  .index-img-container {
    height: 150px;
  }
}