.tutorial-head {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.tuthead-image img {
  margin-top: 25px;
  height: 200px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.tut-math {
  text-align: center;
}

.tut-image {
  justify-content: space-around;
}

.tut-image img {
  width: 400px;
  aspect-ratio: 16 / 9;
}

