::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 767.98px) {
  .animationTeam {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    background-color: black;
    padding-bottom: calc(var(--1) * 200);
  }
  .animationTeam .animationTeamContent {
    margin-top: calc(var(--1) * 200);
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding-bottom: calc(var(--1) * 100);
    width: 100%;
    color: #999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(var(--1) * 20);
  }
  .animationTeam .animationTeamContent h1 {
    font-size: calc(var(--1) * 50);
    color: #fff;
    font-weight: 700;
  }
  .animationTeam .animationTeamContent h3 {
    font-size: calc(var(--1) * 20);
    margin-bottom: calc(var(--1) * 30);
  }
  .animationTeam .animationTeamContent p {
    font-size: calc(var(--1) * 22);
    font-weight: 400;
    line-height: calc(var(--1) * 35);
  }
  .animationTeam .animationTeamContent .textVicual {
    display: flex;
    flex-direction: column;
    gap: calc(var(--1) * 20);
  }
  .animationTeam .animationTeamContent .textVicual h2 {
    font-size: calc(var(--1) * 25);
    color: #fff;
    font-weight: 700;
  }
  .animationTeam .animationTeamContent .textVicual p {
    font-size: calc(var(--1) * 22);
    font-weight: 400;
    line-height: calc(var(--1) * 35);
  }
  .animationTeam .animationTeamContent .textExperience {
    display: flex;
    flex-direction: column;
    gap: calc(var(--1) * 20);
  }
  .animationTeam .animationTeamContent .textExperience h2 {
    font-size: calc(var(--1) * 24);
    color: #fff;
  }
  .animationTeam .animationTeamContent .textExperience ul {
    padding-inline: 2%;
  }
  .animationTeam .animationTeamContent .textExperience ul li {
    list-style-type: square;
    margin-bottom: calc(var(--1) * 20);
  }
  .animationTeam .animationTeamContent .animatinlink {
    display: flex;
    align-items: center;
    gap: calc(var(--1) * 10);
  }
  .animationTeam .animationTeamContent .animatinlink a {
    font-size: calc(var(--1) * 25);
    font-weight: 700;
    transition: all 0.3s ease-in-out;
  }
  .animationTeam .animationTeamContent .animatinlink:hover {
    gap: calc(var(--1) * 20);
    color: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .animationTeam {
    display: grid;
    grid-template-columns: 1fr;
    background-color: black;
  }
  .animationTeam .animationTeamContent {
    margin-top: calc(var(--dsm-1) * 150);
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding-bottom: calc(var(--dsm-1) * 50);
    padding-inline: 8%;
    width: 100%;
    color: #999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(var(--dsm-1) * 10);
  }
  .animationTeam .animationTeamContent h1 {
    font-size: calc(var(--dsm-1) * 25);
    color: #fff;
    font-weight: 700;
  }
  .animationTeam .animationTeamContent h3 {
    font-size: calc(var(--dsm-1) * 16);
    margin-bottom: calc(var(--dsm-1) * 15);
  }
  .animationTeam .animationTeamContent p {
    font-size: calc(var(--dsm-1) * 16);
    font-weight: 400;
    line-height: calc(var(--dsm-1) * 25);
  }
  .animationTeam .animationTeamContent .textVicual {
    display: flex;
    flex-direction: column;
    gap: calc(var(--dsm-1) * 10);
  }
  .animationTeam .animationTeamContent .textVicual h2 {
    font-size: calc(var(--dsm-1) * 20);
    color: #fff;
    font-weight: 700;
  }
  .animationTeam .animationTeamContent .textVicual p {
    font-size: calc(var(--dsm-1) * 16);
    font-weight: 400;
    line-height: calc(var(--dsm-1) * 25);
  }
  .animationTeam .animationTeamContent .textExperience {
    display: flex;
    flex-direction: column;
    gap: calc(var(--dsm-1) * 10);
  }
  .animationTeam .animationTeamContent .textExperience h2 {
    font-size: calc(var(--dsm-1) * 20);
    color: #fff;
  }
  .animationTeam .animationTeamContent .textExperience ul {
    padding-inline: 4%;
  }
  .animationTeam .animationTeamContent .textExperience ul li {
    font-size: calc(var(--dsm-1) * 16);
    list-style-type: square;
    margin-bottom: calc(var(--dsm-1) * 20);
  }
  .animationTeam .animationTeamContent .animatinlink {
    display: flex;
    align-items: center;
    gap: calc(var(--dsm-1) * 5);
  }
  .animationTeam .animationTeamContent .animatinlink a {
    font-size: calc(var(--dsm-1) * 20);
    font-weight: 700;
    transition: all 0.3s ease-in-out;
  }
  .animationTeam .animationTeamContent .animatinlink:hover {
    gap: calc(var(--dsm-1) * 10);
    color: #fff;
  }
}/*# sourceMappingURL=aniationteam.css.map */