.meet-us {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .meet-us {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.meet-us__section-title {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
}
@media screen and (max-width: 768px) {
  .meet-us__section-title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.meet-us__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .meet-us__list {
    gap: 12px;
  }
}
.meet-us__item {
  padding: 16px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: calc((100% - 60px) / 3);
  min-width: calc((100% - 60px) / 3);
  gap: 18px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .meet-us__item {
    width: calc((100% - 30px) / 2);
    min-width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .meet-us__item {
    width: 100%;
    min-width: 100%;
  }
}
.meet-us__item {
  transition: all 0.15s;
}
.meet-us__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.22);
}
.meet-us__image {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  height: 232px;
  width: 100%;
}
.meet-us__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .meet-us__image {
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .meet-us__image_desktop {
    display: none;
  }
}
.meet-us__image_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .meet-us__image_mobile {
    display: block;
  }
}
.meet-us__title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #051320;
}
@media screen and (max-width: 768px) {
  .meet-us__title {
    font-size: 20px;
    line-height: 110%;
  }
}
.meet-us__text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}/*# sourceMappingURL=style.min.css.map */