@media screen and (max-width: 1260px) and (min-width: 768px) {
  .booster_points .container {
    max-width: 100%;
  }
  .booster_points .container .booster_points-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 50px 0;
  }
  .booster_points .container .booster_points-content .booster_points-info {
    text-align: center;
    width: 720px;
  }
  .booster_points .container .booster_points-content .booster_points-info .section_title .marked:after {
    width: 148px;
    height: 12px;
    left: -10px;
    bottom: -8px;
  }
  .booster_points .container .booster_points-content .booster_points-info .button_container {
    display: none;
  }
  .booster_points .container .booster_points-content .booster_points-right {
    width: 430px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-info-item {
    margin-bottom: 40px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-info-item h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-info-item p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-info-item .info-line {
    margin-top: 10px;
    width: 340px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-info-item .info-value {
    font-size: 26px;
    line-height: 8px;
    top: -5px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-blocks .booster_points-block {
    width: 210px;
    padding: 9px 13px 8px 15px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-blocks .booster_points-block h3 {
    font-size: 14px;
    line-height: 22px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-points {
    margin: 30px auto 0;
    width: 335px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-points ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-points ul li:last-child {
    margin-bottom: 0;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison {
    gap: 10px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item {
    border-radius: 6px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-header div {
    padding: 20px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-body {
    padding: 20px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-body p {
    margin-bottom: 20px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-body .hosting__item-values {
    gap: 20px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-body .hosting__item-values .hosting__item-value {
    width: 222px;
    border-radius: 4px;
    padding: 12px 0;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-body .hosting__item-values .hosting__item-value span {
    font-size: 16px;
    line-height: 22px;
  }
  .booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-body .hosting__item-values .hosting__item-value span:before {
    width: 11px;
    height: 4px;
    left: -19px;
    top: 9px;
  }
  .booster_points .container .booster_points-content .booster_points-right .button_container {
    display: block;
  }
  .booster_points .container .booster_points-content.with_hosting_comparison .booster_points-right {
    width: 504px;
  }
  .booster_points .container .button_container {
    margin-top: 40px;
  }
  .booster_points.light .container .booster_points-content {
    border-radius: 6px 6px 0 0;
  }
  .booster_points.dark .container .booster_points-content {
    border-radius: 0 0 6px 6px;
  }
  .booster_points.dark .container .booster_points-content .booster_points-info .section_title .marked:after {
    transform: rotateY(180deg);
    left: -16px;
  }
  .booster_points.dark .container .booster_points-content .booster_points-right .booster_points-info-item {
    margin-bottom: 60px;
  }
  .booster_points.dark .container .booster_points-content .booster_points-right .booster_points-info-item .info-line {
    width: 310px;
  }
}
