
.pr10 {
  padding-right: 10px;
}

.advantage-item {
  position: relative;
  margin-top: 0 !important;
  padding-bottom: 60px;
}

.advantage-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 35px;
  bottom: 0;
  width: 2px;
  height: calc(100% - 68px);
  background-image: url(/wp-content/themes/agentstvo/public/images/lp/punktir.svg);
}

.advantage-item__block-icon {
  height: 68px;
  width: 68px;
  position: relative;

}


.advantage-item__block-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/agentstvo/public/images/lp/ellips.svg);
  background-repeat: no-repeat;
}
.advantage-item__block-icon img {
  max-width: 40px;
}

.mr15 {
  margin-right: 15px;
}


@media screen and (min-width: 960px) {
  .bunner-form-gradient::after {
    content: "";
    display: block;
    width: 100%;
    background-image: url('https://vevanta.com/wp-content/uploads/2022/11/bunner.png');
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .item__bunner {
    padding: 20px;
    background: linear-gradient(0deg,#ffffff,#e0eaf3);
    position: static !important;
    transform: translateY(0%);
  }

  .bunner {
    margin-top: 52px;
  }

  .advantage-item {
    padding-bottom: 30px;
  }
}
