.hakkimizda {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
}
.hakkimizda h2 {
  font-size: 28px;
  font-weight: 600;
  color: rgb(53, 53, 53);
}
.hakkimizda p {
  max-width: 1100px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: rgb(20, 20, 20);
  line-height: 30px;
  padding: 15px;
}
