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

.title-with-image-v2  .inner-wrapper {
  padding: 124px 0 148px;
}
.title-with-image-v2 .image {
  text-align: center;
}
.title-with-image-v2 .image.mobile{
  display:none;
}
.title-with-image-v2 .inner-wrapper {
  position: relative;
  padding-left: 92px;
}

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

.title-with-image-v2 .title: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;
}

@media(max-width:991px){
  .title-with-image-v2 .title {
    margin-bottom: 32px;
  }
  .title-with-image-v2  .inner-wrapper {
    padding: 48px 0;
  }
  .title-with-image-v2 .image.desktop{
    display:none;
  }
  .title-with-image-v2 .image.mobile{
    display:block;
  }
  .title-with-image-v2 .image.mobile img {
    width: 100%;
  }
  .title-with-image-v2 .inner-wrapper {
    padding-bottom: 72px;
  }

  .title-with-image-v2 .inner-wrapper {
    padding-left: 0;
  }

  .title-with-image-v2 .inner-wrapper:after {
    display: none;
  }

.title-with-image-v2 .title:before {
    display: none;
  }
  .title-with-image-v2 h2 {   
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    color: #2F3551;
    margin-bottom: 32px;
  }
}