/*<section class="header1 container">*/

@media (min-width: 0) {
  .qual {
    padding: 40px 0;
  }

  .qual__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .qual__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }

  .qual__title span {
    font-weight: bold;
  }

  .qual__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .qual__point {
    display: flex;
    gap: 10px;
  }
  .qual__point svg {
    margin-top: 10px;
  }
  .qual__point_name {
    min-width: 300px;
    max-width: 300px;
    font-size: 20px;
    font-style: normal;
    line-height: 120%;
    font-weight: 500;
  }
  .qual__point_name-title {
    font-size: 24px;
    font-style: normal;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .qual__point_name-subtitle {
    font-size: 20px;
    font-style: normal;
    line-height: 120%;
    font-weight: 500;
  }
  .qual__point_name span {
    font-size: 24px;
    font-weight: 700;
    line-height: 200%;
  }
}

@media (min-width: 957px) {
  .qual__point_name {
    min-width: 245px;
    max-width: 245px;
  }

  .qual__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .qual {
    padding: 64px 0;
  }
}

@media (min-width: 1243px) {
  .qual__list {
    justify-content: unset;
    gap: 24px;
    margin-top: 40px;
  }

  .qual__title {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }

  .qual__point_name {
    font-size: 20px;
  }
  .qual__point_name span {
    font-size: 24px;
  }
}
