* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Cairo', sans-serif;
  outline: none !important;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
}

body {
  margin: 0;
  background-color: var(--body-color);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
video {
  height: auto;
  max-width: 100%;
}

.studentSubjectTerm .boxs {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));

  .box {
    box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 18%)
  }
}

@media(max-width: 450px) {
  .studentSubjectTerm .boxs {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important
  }

  .list-father {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important
  }
}