.benefits-v2 h2 {
  margin-bottom: 52px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #474A5D;
}

.benefits-v2 .title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 76px;
  line-height: 92px;
}

.benefits-v2 .desc {
  line-height: 18px;
  max-width: 80%;
}

.benefits-v2 .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}
.benefits-v2 .item {
  width: 33.33%;
  padding: 0 12.5px;
}
.benefits-v2 .Heading {
  margin-bottom: 48px;
}
.benefits-v2 .item:nth-child(n + 4) {
  margin-top: 32px;
}

.benefits-v2 .desc *:last-child {
  margin-bottom: 0;
}
.benefits-v2 .inner-wrapper {
  position: relative;
  padding-left: 92px;
}

.benefits-v2 .inner-wrapper:after {
  position: absolute;
  width: 4px;
  content: '';
  background: #E784D5;
  height: 100%;
  top: 0;
  left: 20px;
}

.benefits-v2 .Heading:before {
  position: absolute;
  url( "data: image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23E784D5'/%3E%3Cpath d='M20.0016 5.18518C20.0709 13.2918 25.9867 19.8607 33.3327 20.0296V20.0356C26.0059 20.203 20.1019 26.7378 20.003 34.8148H19.9986C19.9012 26.7363 13.9943 20.2015 6.66602 20.0356V20.0281C14.0135 19.8637 19.9307 13.2948 20.0001 5.18666L20.0016 5.18518Z' fill='%23FCFCFD'/%3E%3C/svg%3E%0A"); content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23E784D5'/%3E%3Cpath d='M20.0016 5.18518C20.0709 13.2918 25.9867 19.8607 33.3327 20.0296V20.0356C26.0059 20.203 20.1019 26.7378 20.003 34.8148H19.9986C19.9012 26.7363 13.9943 20.2015 6.66602 20.0356V20.0281C14.0135 19.8637 19.9307 13.2948 20.0001 5.18666L20.0016 5.18518Z' fill='%23FCFCFD'/%3E%3C/svg%3E%0A");
  left: 2px;
  z-index: 2;
}

.benefits-v2 .inner-wrapper {
  padding-bottom: 145px;
}
@media(max-width:1200px){
  .benefits-v2 .title {
    font-size: 60px;
  }
}
@media(max-width:991px){
  .benefits-v2 .item {
    width: 100%;
  }

  .benefits-v2 .title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 12px;
  }
  .benefits-v2   h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    color: #2F3551;
    margin-bottom: 24px;
  }
  .benefits-v2 .desc {
    max-width: 100%;
  }
  .benefits-v2 .Heading {
    margin-bottom: 32px;
  }
  .benefits-v2 .inner-wrapper {
    padding-bottom: 72px;
  }
  .benefits-v2 .item:nth-child(n + 2) {
    margin-top: 24px;
  }
  .benefits-v2 .inner-wrapper {
    padding-left: 0 !important;
  }
  .benefits-v2 .Heading:before {
    display: none;
  }
  .benefits-v2 .inner-wrapper:after {
    display: none;
  }
}