.join-team {
  background: #212721;
  color: #FFF;
  padding: 2.4rem 2rem 7.2rem;
}
.join-team .container {
  display: flex;
  flex-flow: column;
  gap: 7.2rem;
  align-items: center;
}
.join-team-content {
  display: flex;
  flex-flow: column;
  text-align: center;
  max-width: 306px;
}
.join-team-content h2 {
  line-height: 7.5rem;
  font-size: 3.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.join-team-content p {
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.join-team-content a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.7rem auto 0;
  display: inline-block;
  padding: 0.8rem 1.6rem;
  color: #212721;
  font-size: 1.6rem;
  line-height: 2.4rem;
  background: #F4DA40;
  text-decoration: none;
  font-weight: 600;
}
.join-team-img {
  width: 163px;
}
@media all and (min-width: 768px) {
  .join-team .container {
    flex-flow: row;
    justify-content: space-between;
    gap: 10rem;
  }
  .join-team-content {
    text-align: left;
  }
  .join-team-content a {
    margin: 2.7rem 0 0;
  }
}
@media all and (min-width: 1024px) {
  .join-team {
    padding: 7.2rem 2rem;
  }
  .join-team-content {
    max-width: 760px;
    gap: 4.2rem;
  }
  .join-team-content h2 {
    font-size: 6.1rem;
    line-height: 7.5rem;
  }
  .join-team-content p {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .join-team-content a {
    margin: 0;
  }
  .join-team-img {
    width: 295px;
  }
}

.team {
  padding: 4rem 2rem 6.4rem;
}
.team .container {
  display: flex;
  flex-flow: column;
  gap: 3.6rem;
}
.team-top {
  display: flex;
  flex-flow: column;
  gap: 3.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid #7A7D7A;
}
.team-top h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 600;
}
.team-top p {
  font-size: 1.6rem;
  line-height: 2.3rem;
}
.team-list {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
.team-item {
  display: flex !important;
  flex-flow: column;
  gap: 1.6rem;
}
.team-item-details {
  display: flex;
  flex-flow: column;
  gap: 0.4rem;
}
.team-item img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-item h3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.team-item span {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.team-item a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: inline-block;
  color: #212721;
  padding: 0 0 4px;
  border-bottom: 1px solid #F4DA40;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
}
.team .slick-dots {
  margin: 5rem 0 0;
  list-style: none;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.team .slick-dots li.slick-active button {
  background: #FEDB00;
}
.team .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 11px;
  height: 11px;
  outline: none;
  background: #D9D9D9;
  cursor: pointer;
  border-radius: 50%;
  border: none;
}
@media all and (min-width: 1024px) {
  .team {
    padding: 8.7rem 2rem 8.9rem;
  }
  .team .container {
    gap: 8rem;
  }
  .team-top {
    padding: 3rem 0 0;
    gap: 3.9rem;
    border-top: 2px solid #7A7D7A;
  }
  .team-top h2 {
    font-size: 6.1rem;
    line-height: 7.5rem;
  }
  .team-top p {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .team-item-details {
    gap: 0.8rem;
  }
  .team-item span {
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .team-list {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9rem 2rem;
  }
}/*# sourceMappingURL=meet-the-team.css.map */