@media (min-width: 0) {
  .towhom {
    padding: 20px 0 40px 0;
    border-radius: 0px 0px 40px 40px;
  }

  .towhom__title {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 33.6px */
  }

  .towhom__subtitle {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
    margin-top: 16px;
  }

  .towhom__button {
    border-radius: 12.846px;
    background: #fa4ea0;
    box-shadow: 0px 0px 30.85px 0px #fa4ea0;
    transform: rotate(-1deg);
    padding: 12.846px 20.553px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 16px */
    letter-spacing: 0.48px;
    width: fit-content;
  }

  .towhom__block {
    margin-top: 20px;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .towhom__item {
    border-bottom: 1px solid #d9dde2;
    padding-bottom: 20px;
  }

  .towhom__block>div:nth-child(4) {
    border-bottom: none;
    padding-bottom: 0;
  }

  .towhom__item_title {
    color: #151617;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
  }

  .towhom__item_subtitle {
    color: #414548;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 20.8px */
    margin-top: 8px;
  }
}

@media (min-width: 640px) {}

@media (min-width: 960px) {
  .towhom__title {
    font-size: 45px;
    line-height: 120%;
  }

  .towhom__subtitle {
    font-size: 24px;
    margin-top: 20px;
  }

  .towhom__button {
    transform: rotate(-1deg);
    padding: 12.846px 20.553px;
    font-size: 20px;
  }

  .towhom__block {
    margin-top: 40px;
    flex-direction: row;
    justify-content: space-between;
  }

  .towhom__item_title {
    font-size: 28px;
  }

  .towhom__item_subtitle {
    font-size: 20px;
  }

  .towhom__item {
    min-width: unset;
    width: 266px;
    border-right: 1px solid #d9dde2;
    padding-right: 13px;
    border-bottom: none;
  }

  .towhom__block>div:nth-child(4) {
    border-right: none;
    padding-right: 0;
  }
}

@media (min-width: 1244px) {
  .towhom__title {
    font-size: 45px;
  }

  .towhom {
    padding: 64px 0 64px 0;
  }
}