.best {
    padding-top: 114px;
    padding-bottom: 50px;
  }
  .best__grid {
    display: grid;
    grid-template-areas: "b_title    b_image" "b_subtitle b_image";
    grid-template-columns: auto 434px;
    grid-column-gap: 20px;
    column-gap: 20px;
    grid-template-rows: auto 1fr;
  }
  .best__title {
    grid-area: b_title;
    max-width: 611px;
    margin-bottom: 45px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: #444444;
  }

  .best__title span {
    font-family: Manrope;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    color: #444444;
  }

  .best__subtitle {
    grid-area: b_subtitle;
    font-family: Manrope;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #444444;
  }
  .best__image {
    grid-area: b_image;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 5px;
  }
  .best__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    column-gap: 30px;
    grid-row-gap: 30px;
    row-gap: 30px;
    margin-top: 52px;
  }
  .best__item {
    max-width: 340px;
    padding-left: 30px;
    padding-bottom: 38px;
    border-radius: 20px;
    background-color: #F5F8FF;
    /* background-image: url(/img/best-item-bg.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%; */
  }
  .best__item-count {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Jost, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 24px;
    width: 36px;
    height: 36px;
    border-radius: 10px 0;
    margin-top: -15px;
    margin-left: 1px;
    margin-bottom: 23px;
    color: #FFF;
  }
  .best__item-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    font-family: Manrope;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #444444;
  }
  .best__item_image {
    position: relative;
    max-width: 430px;
    background-color: #27325A;
  }
  .best__item_image .best__item-text {
    margin-right: 170px;
    margin-top: -5px;
    color: #FFF;
  }
  .best__item_image .best__item-title {
    margin-right: 80px;
    color: #FFF;
  }
  .best__item-text {
    margin-right: 15px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #444444;
  }
  .best__item-image {
    position: absolute;
    bottom: 3px;
    right: 1px;
  }
  .best__item-icons {
    display: flex;
    flex-wrap: wrap;
    max-width: 200px;
    margin-top: 12px;
  }
  .best__item-icon {
    margin-left: -1px;
    margin-right: -2px;
  }
  @media screen and (max-width: 1320px) {
    .best {
      padding-top: 110px;
      padding-bottom: 38px;
    }
    .best__title {
      font-size: 38px;
      margin-bottom: 50px;
      margin-right: 10px;
      line-height: 48px;
    }

    .best__title span {
      font-size: 38px;
      line-height: 48px;
    }

    .best__subtitle {
      font-size: 23px;
    }
    .best__image {
      margin-top: 0;
    }
    .best__items {
      margin-top: 45px;
      grid-column-gap: 16px;
      column-gap: 16px;
    }
    .best__item {
      max-width: 299px;
      padding-left: 20px;
      padding-bottom: 24px;
    }
    .best__item-count {
      margin-top: -8px;
      margin-left: 2px;
      margin-bottom: 22px;
    }
    .best__item-title {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 15px;
    }
    .best__item-text {
      line-height: 26px;
      font-size: 18px;
    }
    .best__item_image .best__item-text {
      margin-right: 130px;
      margin-top: 0;
    }
    .best__item_image .best__item-title {
      margin-right: 50px;
    }
    .best__item-image {
      bottom: 14px;
      right: 5px;
      width: 142px;
    }
    .best__item-icons {
      margin-left: 2px;
      max-width: 110px;
      margin-top: 14px;
      grid-row-gap: 3px;
      row-gap: 3px;
    }
  }
  @media screen and (max-width: 1023px) {
    .best {
      padding-top: 90px;
      padding-bottom: 46px;
    }
    .best__grid {
      grid-template-columns: auto 352px;
    }
    .best__title {
      font-size: 30px;
      margin-bottom: 26px;
      line-height: 40px;
    }

    .best__title span {
      font-size: 30px;
      line-height: 40px;
    }

    .best__subtitle {
      font-size: 20px;
    }
    .best__items {
      margin-top: 48px;
      grid-column-gap: 20px;
      column-gap: 20px;
      grid-row-gap: 28px;
      row-gap: 28px;
    }
    .best__item {
      max-width: calc(50% - 10px);
      padding-bottom: 33px;
    }
    .best__item-count {
      margin-top: -17px;
      margin-bottom: 16px;
    }
    .best__item-title {
      font-size: 19px;
      line-height: 24px;
    }
    .best__item-title br {
      display: none;
    }
    .best__item-text {
      line-height: 22px;
      font-size: 16px;
    }
    .best__item_image {
      width: 100%;
      max-width: 100%;
      padding-right: 320px;
      padding-bottom: 43px;
    }
    .best__item_image .best__item-count {
      margin-bottom: 17px;
    }
    .best__item_image .best__item-text,
    .best__item_image .best__item-title {
      margin-right: 20px;
    }
    .best__item-image {
      bottom: unset;
      top: 13px;
      right: 22px;
      width: 153px;
      height: 136px;
      overflow: hidden;
    }
    .best__item-icons {
      position: absolute;
      top: 28px;
      right: 184px;
      grid-row-gap: 5px;
      row-gap: 5px;
      max-width: 128px;
    }
    .best__item-icon {
      margin-right: -1px;
    }
    .best__item-icons-img {
      width: 34px;
    }
  }
  @media screen and (max-width: 767px) {
    .best {
      padding-top: 67px;
      padding-bottom: 29px;
    }
    .best__grid {
      grid-template-areas: "b_title " "b_subtitle" "b_image";
      grid-template-columns: auto;
    }
    .best__title {
      font-size: 26px;
      margin-left: -1px;
      margin-bottom: 14px;
      line-height: 34px;
    }

    .best__title span {
      font-size: 26px;
      line-height: 34px;
    }

    .best__subtitle {
      font-size: 16px;
    }
    .best__image {
      margin-top: 23px;
      border-radius: 0;
      margin-left: -15px;
      margin-right: -15px;
      justify-self: center;
    }
    .best__items {
      margin-top: -22px;
    }
    .best__item {
      padding-left: 19px;
      max-width: 500px;
      z-index: 1;
    }
    .best__item-count {
      margin-top: -16px;
    }
    .best__item_image {
      padding-right: unset;
      padding-bottom: 32px;
    }
    .best__item_image .best__item-text {
      margin-right: 150px;
    }
    .best__item-icons {
      position: relative;
      top: 0;
      right: 0;
      max-width: 200px;
      margin-top: 8px;
      margin-left: 1px;
    }
    .best__item-icon {
      margin-right: -2px;
    }
    .best__item-icons-img {
      width: auto;
    }
    .best__item-image {
      bottom: 0;
      top: unset;
      right: 9px;
      width: 158px;
      height: 140px;
    }
  }
  @media screen and (max-width: 359px) {
    .best__item-image {
      width: 137px;
    }
  }