@charset "UTF-8";
/* About Development — title/text + 2 galleries with overflow-x scroll */
.about-development {
  margin: 50px 24px;
  padding: 64px 0;
  background-color: #f9faff;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .about-development {
    margin: 50px 0;
    padding: 44px 0;
    border-radius: 0;
  }
}
.about-development__title {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #011c51;
}
@media (max-width: 767px) {
  .about-development__title {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 32px;
  }
}
.about-development__text {
  margin: 0 0 32px;
  max-width: 920px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #5f646e;
}
.about-development__text p {
  margin: 0 0 10px;
}
.about-development__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about-development__text {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 22px;
  }
}
.about-development__block + .about-development__block {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .about-development__block + .about-development__block {
    margin-top: 28px;
  }
}
.about-development__label {
  margin: 0 0 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #011c51;
}
@media (max-width: 767px) {
  .about-development__label {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 24px;
  }
}
.about-development__gallery {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: #c5d4f0 transparent;
  /* @media(min-width: 768px) { 
  	justify-content: center;
  } */
}
.about-development__gallery::-webkit-scrollbar {
  height: 6px;
}
.about-development__gallery::-webkit-scrollbar-thumb {
  background: #c5d4f0;
  border-radius: 100px;
}
.about-development__gallery::-webkit-scrollbar-track {
  background: transparent;
}
@media (max-width: 767px) {
  .about-development__gallery {
    gap: 12px;
    margin-right: -16px;
    padding-right: 16px;
    scrollbar-width: none;
  }
  .about-development__gallery::-webkit-scrollbar {
    display: none;
  }
}
.about-development__item {
  flex: 0 0 auto;
  margin: 0;
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: 12px;
  background-color: #f4f7fc;
  box-sizing: border-box;
}
.about-development__item img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-development__gallery--docs .about-development__item {
  /* height: 320px; */
  border: 1px solid #c5d4f0;
}
.about-development__gallery--docs .about-development__item img {
  width: auto;
  min-width: 220px;
  border-radius: 16px;
  border: 1px solid #023FB7;
}
@media (max-width: 1100px) {
  .about-development__gallery--docs .about-development__item {
    height: 280px;
  }
  .about-development__gallery--docs .about-development__item img {
    min-width: 190px;
  }
}
@media (max-width: 767px) {
  .about-development__gallery--docs .about-development__item {
    height: 260px;
    border-radius: 10px;
  }
  .about-development__gallery--docs .about-development__item img {
    min-width: 180px;
  }
}
.about-development__gallery--equip .about-development__item {
  /* height: 280px; */
}
.about-development__gallery--equip .about-development__item img {
  width: auto;
  min-width: 280px;
  border-radius: 16px;
  border: 1px solid #023FB7;
}
@media (max-width: 1100px) {
  .about-development__gallery--equip .about-development__item {
    height: 240px;
  }
  .about-development__gallery--equip .about-development__item img {
    min-width: 240px;
  }
}
@media (max-width: 767px) {
  .about-development__gallery--equip .about-development__item {
    height: 220px;
    border-radius: 10px;
  }
  .about-development__gallery--equip .about-development__item img {
    min-width: 260px;
  }
}/*# sourceMappingURL=style.css.map */