.components__title {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -1px;
}
@media (max-width: 990px) {
  .components__title {
    font-size: 20px;
    line-height: 23px;
  }
}
.components__text {
  color: #5F6980;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  max-width: 540px;
}
@media (max-width: 990px) {
  .components__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
.components__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .components__wrap {
    grid-template-columns: 1fr;
  }
}
.components__item {
  position: relative;
  padding: 30px;
  background: #F9F9FA;
  border-radius: 24px;
  height: 320px;
  overflow: hidden;
}
.components__name {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}
@media (max-width: 576px) {
  .components__name br {
    display: none;
  }
}
.components__img {
  position: absolute;
  max-width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}
@media (max-width: 990px) {
  .components__img {
    bottom: auto;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/*# sourceMappingURL=components.css.map */
