.specHome {
  width: 100%;
  padding: 1rem;
  margin: 1rem;
  background-color: #e3e3e3;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.specHome > .title {
  font-size: 1.5rem;
}

.specHome > .info > .flexRow {
  display: flex;
  gap: 0.5rem;
  justify-content: space-evenly;
}

.specHome > .specImage {
  max-height: 100px;
  width: auto;
}

.specHome > .specImage > img {
  height: 100px;
  width: auto;
}