.Heading_header__WcrYe {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 600;
  text-align: start;
  color: var(--blackMain);
}
.Heading_small__9lzBB {
  margin-bottom: 16px;
}
.Heading_medium__oFbFo {
  margin-bottom: 24px;
}
.Heading_large__X3D5Z {
  margin-bottom: 32px;
}
.Container_root__ILVkA {
  width: 100%;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
  background-color: var(--gray20);
  overflow-x: hidden;
}
.Container_white__BHVds {
  background-color: var(--white);
}
.FeatureItem_item__lbbAE {
  display: flex;
  gap: 15px;
  align-items: center;
}
.FeatureItem_item__lbbAE > svg {
  flex-shrink: 0;
}
.FeatureItem_itemText__vPnQV {
  font-size: 16px;
  line-height: 19px;
}
.HomeScreen_phone__sVoqb {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 16px;
}
.HomeScreen_wrapper__Yseir {
  padding: 32px 16px;
}
.HomeScreen_tiles__NTXOo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.HomeScreen_tile__yZscm {
  border-radius: 12px;
  background-color: var(--white);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 14px 19px -18px var(--shadow-gray);
}
.HomeScreen_tile__yZscm svg {
  flex-shrink: 0;
}
.HomeScreen_tile__yZscm:active {
  transform: translateY(2px);
}
