/*<section class="header1 container">*/

@media (min-width: 0) {
  .qual {
    padding: 20px 0 40px;
  }

  .qual__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .qual__title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 26.4px */
  }

  .qual__title span {
    font-weight: bold;
  }

  .qual__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .qual__point {
    display: flex;
    gap: 10px;
    max-width: 287px;
  }
  .qual__point svg {
    margin-top: 10px;
    max-width: 32px;
    width: 100%;
  }
  .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%;
  }
  .qual__button {
    border-radius: 16px;
    background: #ed9ea1;
    transform: rotate(-1deg);
    padding: 20px;
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 51%; /* 28px */
    width: 100%;
  }
  .qual__button_reg {
    border-radius: 16px;
    background: #000;
    width: 100%;
    height: 52px;
    padding: 13px 40px;
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
    align-self: center;
  }
}

@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: 0px 0 100px;
  }
  .qual__button {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 51%; /* 49.5px */
    padding: 24px 29.132px;
    border-radius: 23.201px;
    background: #ed9ea1;
    max-width: 533px;
  }
  .qual__point_name_title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    margin-top: 10px;
  }
  .qual__point_name_subtitle {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 20px;
  }
  .qual__point_name_n {
    display: flex;
    flex-direction: column;
  }
  .qual__button_reg {
    border-radius: 16px;
    background: #000;
    max-width: 343px;
    width: 100%;
    height: 52px;
    padding: 13px 40px;
    font-size: 18px;
  }
}

@media (min-width: 1243px) {
  .qual__list {
    justify-content: center;
    row-gap: 48px;
    column-gap: 24px;
  }
  .qual__inner {
    gap: 48px;
  }
  .qual__title {
    font-size: 36px;
  }

  .qual__point_name {
    font-size: 20px;
  }
  .qual__point_name span {
    font-size: 24px;
  }
  .qual__point_name_title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    margin-top: 10px;
  }
  .qual__point_name_subtitle {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 20px;
  }
  .qual__point_name_n {
    display: flex;
    flex-direction: column;
  }
}
