.header__links a:last-of-type {
  margin-left: 40px;
}
.about__list,
.about__list-mobile {
  display: none;
  position: absolute;
  list-style-type: none;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background: #18171f;
  top: 80px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  /* left: 904px; */
  left: 56.5%;
  max-width: 210px;
  height: 280px;
  border-radius: 10px;
  color: white;
  padding: 40px 50px;
}
.about__list li a {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0 !important;
  text-decoration: none;
  text-transform: uppercase;
}

.active {
  color: #74a8ff !important;
}

.triggered,
.triggered-mobile {
  display: flex;
  visibility: visible;
}

@media only screen and (max-width: 1150px) {
  .about__list {
    left: 55%;
  }
}
@media only screen and (max-width: 1100px) {
  .about__list {
    left: 54%;
  }
}

@media only screen and (max-width: 1050px) {
  .about__list {
    left: 53%;
  }
}
@media only screen and (max-width: 1000px) {
  .about__list {
    left: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .about__list {
    left: 46%;
  }
}

@media only screen and (max-width: 768px) {
  .about__list {
    display: none !important;
  }
  .mobile-menu ul:first-of-type {
    max-width: 200px;
  }

  .mobile-menu__flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 250px;
  }
  .about__list-mobile {
    max-width: 200px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 220px;
  }
}
