.header-navbar {
  background: #1C53CD;
  padding: 30px 0;
}
.header-navbar .container {
  justify-content: center;
}
.header-navbar .navbar-collapse {
  flex-grow: unset;
}
.header-navbar .navbar-brand {
  margin-right: 50px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: .5rem 20px;
  color: #fff;
  font-size: 18px;
}
.header-navbar .dropdown-toggle::after {
  display: none;
}
.home {
  width: 100%;
}
.home .content {
  /* padding-top: 4.4%; */
}
.home .card {
  width: 68%;
  padding: 6.8% 4.8% 4.6% 7%;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 38px;
  border: 6px solid #1C53CD;
  font-size: 21px;
  font-weight: bold;
}
.home .card-item {
  background: linear-gradient(90deg, #225AC5 0%, #86CA44 100%);
border-radius: 67px;
color: #fff;
padding: 20px 40px;
font-size: 18px;
}
.home .card-item:nth-of-type(1) {
  position: absolute;
  left: -40px;
  top: 6%;
}
.home .card-item:nth-of-type(2) {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.home .card-item:nth-of-type(3) {
  position: absolute;
  left: -30px;
  bottom: 10%;
}
.home .list .item {
  background: linear-gradient(90deg, #1E55CA 0%, #86CA43 100%);
  border-radius: 24px;
  padding: 6px 10px 6px 16px;
}
.home .card-title {
  font-size: 33px;
  background: url('https://static.igem.wiki/teams/5189/title-bg.png') no-repeat;
  background-size: 100% 100%;
  width: max-content;
  padding: 1.6% 7.9% 1.6% 7.4%;
  top: 0;
  left: 50%;
  transform: translate(-45%, -50%);
}
.team .title {
  font-weight: 800;
  font-size: 93px;
  color: #1C53CD;
  text-align: center;
  margin-top: 4%;
}

.team .item {
  margin-bottom: 4%;
}
.team .intro {
  width: 81.7%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 80px;
  padding: 4%;
  margin-bottom: 7.9%;
}
.team .avatar {
  width: 15.8%;
  padding-bottom: 15.8%;
  border-radius: 50%;
  background: #C4C6C4;
  position: relative;
  overflow: hidden;
}
.team .avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team .intro-content {
  width: 81.5%;
}
.team .intro-content div:first-of-type {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 6px;
}
.team .intro-content div:last-of-type {
  font-size: 20px;
}
.desc .content {
  width: 84.6%;
  margin: 0 auto;
}
.desc .content .desc-nav-ul {
  margin-right: 38px;
  border-left: 1.6px solid #1C53CD;
  height: fit-content;
  padding: 30px 0;
  top: 160px;
  max-width: 30%;
  text-align: left;
}
.desc .content .desc-nav-item {
  padding-left: 0;
  width: max-content;
  font-size: 24px;
  border-radius: 18px;
  margin-left: 12px;
  padding: 0 1rem;
  margin-bottom: 30px;
  position: relative;
  max-width: 100%;
}
.desc .desc-nav-item.active {
  color: white;
  background: #1C53CD;

}
.desc .content .desc-nav-item::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: #1C53CD;
  border-radius: 50%;
  position: absolute;
  left: -21px;
  top: 0;
  transform: translateY(50%);
}
.desc .desc-title {
  word-break: keep-all;
}
.desc .content .desc-nav-item:last-of-type {
  margin-bottom: 0;
}
.desc .content-card {
  background: #FFFFFF;
  border-radius: 40px;
  font-size: 16px;
  padding: 3.4% 3.8% 0 4.7%;
}
.desc .content-card .title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 29px;
}
.desc .desc-module {
  margin-bottom: 6%;
  line-height: 1.5;
}
.desc-module p {
  text-indent: 32px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.desc-module li {
  margin-bottom: 10px;
}
.desc-module ol {
  line-height: 1.75;
  margin-bottom: 10px;
  padding-left: 0;
}
.desc table {
  border: 2px solid;
  max-width: 100%;
  margin-top: 6px;
  margin-bottom: 10px;
  }
  .desc table td,.desc table th {
    border: 2px solid;
    padding: 4px 6px;
  }

.desc .desc-title {
  font-weight: 800;
  font-size: 115px;
  color: #1C53CD;
}

.container {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1400px) {
  .container  {
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .container  {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .container  {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 100px;
  }
  .home .card {
    width: 98%;
    font-size: 14px;
  }
  .home .card-title {
    font-size: 16px;
  }
  .home .card-item {
    font-size: 10px;
    padding: 2px;
    border-radius: 10px;
  }
  .home .card-item:nth-of-type(1) {
    top: 0;
  }
  .img-mobile {
    display: none;
  }
 
  .team .title {
    font-size: 30px;
  }
  .team .intro {
    width: 100%;
    border-radius: 4px;
  }
  .team .item {
    flex-direction: column;
  }
  .team .avatar {
    width: 30%;
    padding-bottom: 30%;
  }
  .desc .content {
    width: 100%;
  }
  .desc .content-card {
    border-radius: 4px;
    font-size: 14px;
  }
  .desc .content ul {
    display: none;
  }
  .desc .desc-title {
    font-size: 22px;
  }


  .header-navbar .container {
    justify-content: space-between;
  }
  .header-navbar {
    padding: 20px 8px;
    width: 100vw;
  }
  .header-navbar .navbar-brand img {
    width: 50px;
  }
}