.proxy_features {
  padding-top: 80px;
  padding-bottom: 80px;
}

.proxy_features__img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.proxy_features__img img {
  max-width: 100%;
}

.proxy_features__title {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1c1c20;
}

.proxy_features__text {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.proxy_features__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1c1c20;
  margin-bottom: 24px;
}

.proxy_features__text p:last-child {
  margin-bottom: 0;
}

.proxy_features__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  max-width: -webkit-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.proxy_features__list li {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #7d7d82;
  padding-left: 24px;
  border-left: 2px solid #34cca9;
}

.proxy_features__list li:not(:last-child) {
  margin-bottom: 24px;
}

.proxy_features__clouds {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.proxy_features__cloud:nth-child(1) {
  position: absolute;
  bottom: 49px;
  left: -143px;
}

.proxy_features__cloud:nth-child(2) {
  position: absolute;
  bottom: 133px;
  right: -137px;
}

@media (max-width: 580px) {
  .proxy_features__title {
    font-size: 32px;
    line-height: 40px;
  }

  .proxy_features__list li {
    font-size: 16px;
    line-height: 24px;
  }

  .proxy_features__clouds {
    display: block;
  }
}

.proxy_features_private .proxy_features__img {
  max-width: 120px;
  margin-bottom: 16px;
}

.proxy_features_private .proxy_features__list {
  margin-top: 54px;
}

.proxy_features_private .proxy_features__list li {
  display: flex;
  align-items: center;
  min-height: 40px;
  font-weight: 400;
  padding-left: 50px;
  border-left: 0;
}

.proxy_features_private .proxy_features__list li:not(:last-child) {
  margin-bottom: 8px;
}

.proxy_features_private .proxy_features__list li::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background: #fafafa;
  border-radius: 50%;
  background-image: url("../../../new_icon/icon_check_green.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}

@media (max-width: 992px) {
  .proxy_features_private {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .proxy_features_private .proxy_features__img {
    max-width: 104px;
  }

  .proxy_features_private .proxy_features__list {
    margin-top: 32px;
    max-width: 100%;
  }

  .proxy_features_private .proxy_features__list li {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 580px) {
  .proxy_features_private {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .proxy_features_private .proxy_features__img {
    max-width: 88px;
  }

  .proxy_features_private .proxy_features__list li {
    min-height: 32px;
    padding-left: 42px;
    font-size: 14px;
    line-height: 20px;
  }

  .proxy_features_private .proxy_features__list li:not(:last-child) {
    margin-bottom: 12px;
  }

  .proxy_features_private .proxy_features__list li::after {
    width: 32px;
    height: 32px;
  }
}