.comp-m-05 {
  padding: 256px 0 0;
  background-color: var(--light-surface-primary-500);
  color: var(--light-text-neutral-0);
}
.comp-m-05__wrapper {
  display: flex;
  justify-content: space-between;
}
.comp-m-05__card-text h2 {
  font-family: var(--title-font-family);
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: var(--title-letter-spacing);
  margin: 0px 0 26px;
}
.comp-m-05__description{
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: var(--letter-spacing);
}
.comp-m-05__icons {
  margin: 67px 0 0;
  display: flex;
  justify-content: space-between;
  min-width: 401px;
  align-items: center;
}
.comp-m-05__icons_apps a:nth-child(2) {
  margin-left: 28px;
}
.comp-m-05__icons_apps {
  display: flex;
}
.comp-m-05__icons_separator {
  width: 1px;
  height: 112px;
  background: var(--light-text-accent-400, #205934);
}
@media (max-width: 1024px) {
  .comp-m-05 {
    padding: 110px 0 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .comp-m-05 {
    padding: 64px 0 0;
  }
  .comp-m-05__wrapper {
    flex-direction: column;
  }
  .comp-m-05__card-text h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 94%;
    font-family: var(--default-font-family);
    letter-spacing: var(--letter-spacing);
    margin: 0px 0 11px;
  }
  p.comp-m-05__description {
    margin: 0;
  }
  .comp-m-05__icons_qrcode {
    display: none;
  }
  .comp-m-05__icons_separator {
    display: none;
  }
  .comp-m-05__icons {
    margin: 64px 0 64px;
  }
  .comp-m-05__card-image img {
    max-width: 100%;
    height: auto;
  }
}
