.font-sora {
  font-family: Sora;
  font-size: 34px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.font-plex {
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.font-plex-bold {
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.font-btn {
  font-family: Sora;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.64px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.font-nav {
  font-family: Sora;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.64px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.font-big {
  font-family: Sora;
  font-size: 34px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.hover-wrap:hover .hover-change {
  background-color: #e12021;
  transition: 150ms;
}

.filter-white:hover img {
  filter: invert(99%) sepia(49%) saturate(0%) hue-rotate(237deg)
    brightness(715%) contrast(100%);
}

ul {
  padding: 0px;
  margin: 0px;
}

li {
  padding: 0px;
  margin: 0px;
  list-style: square inside;
}

li::marker {
  color: red;
}

@media only screen and (max-width: 1390px) {
  .font-big {
    font-family: Sora;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .font-plex {
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .font-btn {
    font-family: Sora;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.12px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
