h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.5rem;
  padding-left: 1rem;
  margin-bottom: 0;
}

.knowledges--sit_knowledge {
  background-color: white;
  max-width: 600px;
  margin: 10px;
}
.knowledges--sit_knowledge img {
  max-width: 100%;
}

.knowledges--sit_knowledge-2nd {
  margin-top: 20px;
  background-color: white;
}

@media screen and (max-width: 992px) {
  h1 div {
    font-size: 1rem;
  }
}
