.bread-crumb__link {
  color: #000000;
  font-size: 8px;
  line-height: 10.93px;
}
@media screen and (min-width: 768px) {
  .bread-crumb__link {
    font-size: 18px;
    line-height: 100%;
  }
}

.about {
  /* numbers section */
  /* /numbers section */
  /* team member section */
  /* /team member section */
  /* media queries */
  /* /media queries */
}
.about__nums {
  margin-block: 30px 62px;
  width: 100%;
  height: 184px;
  position: relative;
  background: linear-gradient(96.34deg, rgba(0, 57, 116, 0.3) 0%, rgba(190, 29, 55, 0.3) 100%);
}
.about__nums__bg {
  position: relative;
  z-index: -1;
  filter: brightness(1.3);
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.about__nums__card {
  background-color: #003974;
  padding: 9.51px 13.67px;
  border-radius: 16.05px;
  color: #fff;
  border: 0.3px solid #212529;
  min-height: 84px;
  width: calc(25% - 3px);
  min-width: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.about__nums__card__wrapper {
  position: absolute;
  bottom: -42px;
  left: 24px;
  right: 24px;
  display: flex;
  column-gap: 3px;
  justify-content: center;
}
.about__nums__txt__wrapper {
  font-size: 29.72px;
  font-weight: 800;
}
.about__nums__txt__wrapper--fs-sm {
  font-size: 17.83px;
}
.about__nums__subtxt {
  font-size: 6.54px;
  font-weight: 600;
}
.about__teams {
  margin-block: 30px 72px;
}
.about__teams__head {
  position: relative;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  align-items: center;
}
.about__teams__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
  width: 100%;
  max-width: 242px;
  margin: 0px auto;
  background-color: #fff;
  padding-inline: 5px;
  text-align: center;
  grid-row: 1;
  grid-column: 1;
}
.about__teams__bg__img {
  width: 100%;
  height: auto;
  grid-row: 1;
  grid-column: 1;
  position: relative;
  z-index: -1;
}
.about__teams__card {
  width: calc(50% - 3.6px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__teams__card__wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 7.21px;
  row-gap: 30px;
  justify-content: center;
}
.about__teams__card__img {
  max-width: 100%;
  border-radius: 100%;
  margin-bottom: 14.47px;
  object-fit: cover;
  object-position: top;
  flex-shrink: 0;
}
.about__teams__card__title {
  font-weight: 700;
  font-size: 19.23px;
  margin-bottom: 8.27px;
}
.about__teams__card__txt {
  font-size: 13.22px;
}
.about__teams__link {
  height: 15px;
  display: inline-block;
}
.about__teams__link__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5.5px;
  margin-top: 8.06px;
}
@media screen and (min-width: 576px) {
  .about__teams__title {
    font-size: 28px;
    line-height: 60px;
    max-width: 275px;
  }
}
@media screen and (min-width: 768px) {
  .about {
    /* numbers section */
    /* /numbers section */
    /* team member section */
    /* /team member section */
  }
  .about__container {
    margin-bottom: 42px;
  }
  .about__content__wrapper {
    display: flex;
    align-items: center;
    column-gap: 54px;
    margin-bottom: 50px;
  }
  .about__licenses {
    flex-shrink: 0;
    display: flex;
    column-gap: 20px;
    justify-content: center;
    align-items: center;
    width: calc(54.7% - 54px);
  }
  .about__licenses__img {
    width: calc(33.333% - 20px);
    height: auto;
  }
  .about__content h2 {
    font-size: 38px;
    line-height: 100%;
  }
  .about__nums {
    margin-top: 42px;
    height: 480px;
  }
  .about__nums__bg {
    height: inherit;
    object-position: bottom;
  }
  .about__nums__card {
    border-radius: 35px;
  }
  .about__nums__card__wrapper {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    width: 95%;
  }
  .about__nums__icon {
    width: 44px;
    height: 44px;
  }
  .about__nums__txt__wrapper {
    font-size: 40px;
  }
  .about__nums__subtxt {
    font-size: 19px;
  }
  .about__teams {
    margin-block: 36px 112px;
  }
  .about__teams__title {
    font-size: 40px;
    max-width: 465px;
    line-height: 78px;
  }
  .about__teams__card {
    width: calc(33.333% - 7.21px);
  }
}
@media screen and (min-width: 1200px) {
  .about {
    /* numbers section */
    /* /numbers section */
    /* team member section */
    /* /team member section */
  }
  .about__licenses__img {
    width: calc(33.333% - 20px);
    height: auto;
  }
  .about__nums {
    margin-bottom: 115px;
  }
  .about__nums__bg {
    object-position: center;
  }
  .about__nums__card {
    padding: 28px;
  }
  .about__nums__card__wrapper {
    width: max-content;
    max-width: 95%;
    bottom: -85px;
  }
  .about__nums__subtxt {
    width: max-content;
  }
  .about__teams__title {
    font-size: 72px;
    max-width: 690px;
    line-height: 124px;
  }
  .about__teams__card__title {
    font-size: 32px;
  }
  .about__teams__card__txt {
    font-size: 22px;
  }
  .about__teams__card__img {
    min-width: 281px;
    min-height: 284px;
  }
  .about__teams__link {
    height: 25px;
    width: 25px;
  }
  .about__teams__icon {
    height: inherit;
    width: inherit;
  }
}
@media screen and (min-width: 1400px) {
  .about {
    /* numbers section */
    /* /numbers section */
    /* team member section */
    /* /team member section */
  }
  .about__nums {
    margin-bottom: 175px;
  }
  .about__nums__card {
    row-gap: 40px;
    padding: 32px 28px 50px 28px;
    min-width: 285px;
  }
  .about__nums__card__wrapper {
    bottom: -142.5px;
  }
  .about__nums__txt__wrapper {
    font-size: 60px;
    line-height: 100%;
  }
  .about__nums__nums__subtxt {
    font-size: 22px;
  }
  .about__teams__head {
    margin-bottom: 14px;
  }
  .about__teams__container {
    padding-inline: 140px;
  }
  .about__teams__card {
    width: calc(25% - 7.21px);
  }
  .about__teams__card__wrapper {
    row-gap: 27px;
  }
}
/*# sourceMappingURL=about.min.css.map */
