.AboutMappa-tags {
  max-width: 100%;
  width: 50rem;
}

.AboutMappa-tags h3 {
  margin-bottom: clamp(1.15rem, 3vw, 2rem);
}

.WorkForUs {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 4vw, 50px);
  align-items: center;
}

.WorkForUs-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(30px, 3vw, 40px) clamp(16px, 3vw, 40px);
  width: 100%;
}

.WorkForUs-list-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000;
}

.WorkForUs-list-item-title {
  align-self: start;
  padding-bottom: clamp(12px, 2vw, 25px);
}

.WorkForUs-list-item-info {
  border-left: 1px solid #000;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.WorkForUs-list-item-number {
  line-height: clamp(60px, 8vw, 95px);
  font-size: clamp(40px, 8vw, 90px);
  font-weight: 700;
  width: 100%;
  text-align: end;
  padding-bottom: clamp(16px, 2.5vw, 35px);
}

.WorkForUs-list-item-text {
  letter-spacing: .3em;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: var(--headingLineHeight);
  width: 100%;
  text-align: end;
  max-width: 250px;
  padding-bottom: clamp(12px, 2.5vw, 28px);
  align-self: end;
}

.WorkForUs-text {
  text-align: center;
}

.WorkForUs-button {
  min-width: clamp(150px, 15vw, 280px);
}

@media (max-width: 780px) {
  .WorkForUs-list {
    grid-template-columns: 1fr 1fr;
  }
}

.Quotes-quote1 {
  display: grid;
  grid-template: 'text1 quotes' 'text2 quotes' / 3fr 1fr;
  gap: clamp(12px, 3vw, 40px);
  max-width: 794px;
  margin-bottom: clamp(40px, 5vw, 80px);
}

.Quotes-quote1-quotes {
  grid-area: quotes;
  background: no-repeat center/contain url("/frontend/images/quotes.png");
  height: 100%;
  max-height: 150px;
  width: 100%;
  max-width: 200px;
}

.Quotes-quote1-first {
  grid-area: text1;
  border-top: 1px solid #000;
  padding-top: clamp(18px, 2vw, 50px);
  font-size: clamp(18px, 3vw, 32px);
  line-height: clamp(18px, 3vw, 36px);
  font-weight: 700;
}

.Quotes-quote1-second {
  grid-area: text2;
}

.Quotes-quote2 {
  display: grid;
  grid-template: 'quotes text2 text1' / 2fr 4fr 9fr;
  margin-bottom: clamp(40px, 5vw, 80px);
}

.Quotes-quote2-quotes {
  grid-area: quotes;
  background: no-repeat center/contain url("/frontend/images/quotes.png");
  height: 100%;
  max-height: 90px;
  width: 100%;
  max-width: 120px;
  margin-right: clamp(6px, 3vw, 28px);
}

.Quotes-quote2-first {
  grid-area: text1;
  border: 1px solid #000;
  padding: clamp(18px, 3vw, 50px);
  font-size: clamp(18px, 3vw, 32px);
  line-height: clamp(18px, 3vw, 36px);
  font-weight: 700;
}

.Quotes-quote2-second {
  grid-area: text2;
  border-top: 1px solid #000;
  padding-right: clamp(18px, 4vw, 50px);
  padding-top: clamp(16px, 2vw, 30px);
  margin-left: 12px;
}

@media (max-width: 780px) {
  .Quotes-quote1 {
    grid-template: 'quotes' 'text1' 'text2' /  1fr;
  }
  .Quotes-quote1-quotes {
    max-width: 100%;
    background: none;
    position: relative;
    display: flex;
    gap: 1em;
  }
  .Quotes-quote1-quotes::before {
    content: '';
    width: 100%;
    flex: 1;
    border-top: 1px solid #000;
  }
  .Quotes-quote1-quotes::after {
    content: '';
    height: 30px;
    width: 30px;
    background: no-repeat center/contain url("/frontend/images/quotes.png");
    position: relative;
    top: -2px;
  }
  .Quotes-quote1-first {
    border: none;
  }
  .Quotes-quote2 {
    grid-template: 'quotes' 'text1' 'text2' / 1fr;
  }
  .Quotes-quote2-quotes {
    max-width: 100%;
    background: none;
    position: relative;
    display: flex;
    gap: 1em;
  }
  .Quotes-quote2-quotes::before {
    content: '';
    width: 100%;
    flex: 1;
    border-top: 1px solid #000;
  }
  .Quotes-quote2-quotes::after {
    content: '';
    height: 30px;
    width: 30px;
    background: no-repeat center/contain url("/frontend/images/quotes.png");
    position: relative;
    top: -2px;
  }
  .Quotes-quote2-first {
    border: none;
    padding: 0;
    padding-top: clamp(18px, 3vw, 50px);
  }
  .Quotes-quote2-second {
    border: none;
    margin-left: 0;
  }
}

.MediaFiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 4vw, 5rem) 2rem;
}

@media (max-width: 48rem) {
  .MediaFiles {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=detail-content.min.css.map */
