.empty_courses {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  p {
    font-size: 40px;
    font-weight: 600;
    color: #7a8582;
  }
}
