@media screen and (max-width: 1024px) {
  .service_card_wraper {
    display: grid;
    grid-template-columns: auto auto;
  }
  .AboutTeamDesktop {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
  .AboutTeam_team_column:nth-child(2n) {
    transform: translateY(0);
  }
  .AboutTeam_team_column:nth-child(2) {
    order: 1;
  }
  .TeamBanner {
    background: radial-gradient(#fdfdfd -10%, #379aea00 43%);
  }
  .TeamBanner_text {
    font-size: clamp(1rem, 6vw, 5rem);
  }
  .TeamBanner_image .down_image {
    left: 0px;
  }
  .TeamBanner_image .up_image {
    transform: translateY(0px) translateX(0px);
  }

  .leftDiv {
    width: 100vw;
    align-items: center;
    height: 70vh;
    top: 70px;
    position: absolute;
    justify-content: start;
  }
  .leftDiv content {
    width: 80%;
  }
  .leftDiv .content_text {
    width: 100%;
    margin: 0;
  }

  #second_nav,
  #first_nav {
    left: 84vw !important;
    top: 75vh !important;
    bottom: 0px !important;
  }
  #first_nav .navtext {
    width: max-content;
    left: auto !important;
    top: 0;
    right: 40px;
  }
  #second_nav .navtext {
    width: max-content;
    left: auto !important;
    top: 0;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .TeamBanner {
    background: radial-gradient(#fdfdfd -50%, #379aea00 43%);
  }
  .service_card_wraper {
    display: grid;
    grid-template-columns: auto;
  }
  .WordTicker {
    padding-inline: 30px;
    justify-content: right;
  }
  .WordTicker img {
    display: none;
  }
  .footer > div {
    display: flex;
    flex-direction: column;
    padding-inline: 10px;
  }
  .footer .social_links {
    flex-direction: row;
    justify-content: space-between;
  }
  .stat_card_wraper {
    display: grid;
    grid-template-columns: 120px auto;
    justify-items: center;
    gap: 20px;
  }
  .AboutTeam_card_pill {
    flex-direction: column;
  }
  .header {
    position: absolute !important;
  }
}
