/* about-us */

.container-coffee {
  padding: 0 24px;
}

.page-title {
  margin-left: -24px;
}

.about-us-wrapper {
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #1f1f1f;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.about-us-wrapper .about-us-left {
  margin-bottom: 100px;
}

.about-us-wrapper .about-us-right {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.09em;
  font-weight: 500;
  color: #000000;
  margin: -80px 0 100px;
}

.our-team-wrapper {
  margin: 80px auto 100px;
  max-width: 1200px;
}

.our-team-wrapper .out-team-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.06em;
  color: #1f1f1f;
  margin-bottom: 32px;
  text-align: center;
}

.our-team-wrapper .our-team-list {
  display: flex;
  overflow: scroll;
  padding: 12px 24px;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -12px;
}

.our-team-wrapper .our-team-item {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 3px 8px 4px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  padding: 8px;
  min-width: 272px;
  margin-right: 20px;
}

.our-team-wrapper .our-team-item img {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 16px;
}

.our-team-wrapper .our-team-item .team-name {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.our-team-wrapper .our-team-item .team-position {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #6c757d;
  margin-bottom: 16px;
}

.our-team-wrapper .our-team-item .team-description {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #1f1f1f;
}

@media screen and (min-width: 768px) {
  .container-coffee {
    max-width: 1200px;
    margin: auto;
    margin-top: 0;
    width: calc(100vw - 48px);
  }

  .page-title {
    margin-left: 0;
  }

  .about-us-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .about-us-wrapper .about-us-right {
    margin: 0;
  }

  .our-team-wrapper .our-team-list {
    justify-content: space-between;
    overflow-y: hidden;
    gap: 16px;
    overflow-x: auto;
  }

  .our-team-wrapper .our-team-item {
    max-width: 300px;
    min-width: calc(1200px / 3 - 32px);
    margin-right: 0;
  }

  .our-team-wrapper {
    margin-bottom: 20px;
  }

  .outer-container {
    min-height: calc(100vh - 72px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
