.muligun {
  list-style-type: none;
  display: block;
  color: var(--color-gray-800);
  background: linear-gradient(to right, var(--color-gray-800) 0, #bd3636 10%, var(--color-gray-800) 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 2s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 2rem;
  text-decoration: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.muligun_sub {
  display: block;
  color: var(--color-gray-800);
  background: linear-gradient(to right, var(--color-gray-800) 0, #bd3636 10%, var(--color-gray-800) 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 1.2rem;
  text-decoration: none;
  list-style-type: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@keyframes shine {
  0% {
    background-position: 0
  }

  60% {
    background-position: 180px
  }

  100% {
    background-position: 400px
  }
}

.info_graphy {
  list-style-type: none;
  display: block;
  color: var(--color-gray-800);
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.head-hext {
  margin-top: 2rem;
}

.contact-us {
  display: flex;
  margin-top: 1rem;
}

.contact-us span {
  display: flex;
  margin-left: .5rem;
}

.contact-us img {
  width: 2rem;
  height: 2rem;
}

.info-box {
  flex: 1;
  min-width: 200px;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1rem;

}

.info-box h1 {
  font-weight: 600;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-gray-200);
}

.info-box p {
  margin-top: .5rem;
  font-size: .8rem;
}

.triple-box {
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
}

.contact-head {
  color: var(--color-gray-800);
  font-weight: 600;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .triple-box {
    flex-direction: column;
  }

  .info-box {
    flex: none;
    width: 100%;
    margin-top: initial !important;
  }

  .muligun {
    white-space: initial !important;
  }

  .muligun_sub {
    white-space: initial !important;
    margin-top: 1rem;
  }

  .info_graphy {
    white-space: initial !important;
    margin-bottom: 1rem;
  }
}

.board_stage {
  margin-bottom: 1rem;
}

.central {
  display: grid;
  justify-content: center;
  margin-top: 3rem;
}

.tel-id {
  color: var(--color-gray-800);
  font-weight: 600;
  align-items: center;
}