.need-help-module .need-help-card-wrap {
  position: relative;
  background-image: url(https://429741.fs1.hubspotusercontent-na1.net/hubfs/429741/Structure%20Studio%20Theme%202024/Images/Frame%201533208530.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  padding:0 128px 0 48px;
  justify-content: space-between;
  border-radius: 20px;
  margin-top: 64px;
  overflow: hidden;
}

.need-help-module h1 {
  margin: 0;
}

.need-help-module .left-column {
  padding: 48px 0;
  width: 48%;
}

.need-help-module .left-icon-con h4 {
  margin: 0;
  line-height: 140%;
}

.need-help-module .left-icon-con img {
  height: 24px!important;
  width: 24px;
  margin-right: 12px;
}

.need-help-module .right-column img.mobile {
  display: none;
}

.need-help-module .left-col-desc {
  margin-top: 7px;
}

.need-help-module .left-col-desc > *:last-child {
  margin-bottom: 0;
}

.need-help-module .btn-wrap {
  margin-top: 32px;
}
.need-help-module .left-col-desc {
  opacity: 0.4;
}

.need-help-module .right-column .left-img {
  position: absolute;
  left: 0;
  width: 264px;
  top: -48px;
  border-radius: 9px;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.20), 0px 12px 12px -8px rgba(0, 0, 0, 0.15);
}

.need-help-module .right-column {
  width: 44.6%;
  position: relative;
}

.need-help-module .right-column img {
  height: 100% !important;
  object-fit: cover;
  object-position: left;
  width: 100%;
}

.need-help-module .right-column .right-img img,
.need-help-module .right-column .left-img img{
  border-radius: 9px;
}

.need-help-module .right-column .right-img {
  width: 264px;
  right: 0;
  border-radius: 9px;
  position: absolute;
  top: 37px;
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.2), 0px 12px 12px -8px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
}

@media(min-width:768px) and (max-width:1024px){
  .need-help-module .left-column {
    padding: 48px 0;
    width: 34%;
  }
  .need-help-module .right-column {
    width: 55%;
  }
  .need-help-module .need-help-card-wrap {
    padding:0 30px;
  }
}

@media(max-width:767px){
  .need-help-module {
    background-position: top center !important;!i;!;
    background-size: 270% !important;!i;!;
  }
  .need-help-module .need-help-card-wrap {
    flex-direction: column;
    text-align:center;
  }
  .need-help-module .right-column{
    width: 100%;
    padding-left: 26px;
    min-height: 350px;
  }
  .need-help-module .need-help-card-wrap {
    padding:0;
  }
  .need-help-module .left-column {
    padding: 30px 24px 10px;
    width: 100%;
    margin-bottom: 38px;
  }
  .need-help-module .left-icon-con{
    justify-content: center;
  }
  .need-help-module .right-column img.desktop {
    display: none;
  }
  .need-help-module .right-column img.mobile {
    display: block;
  }
  .need-help-module .btn-wrap {
    margin-top: 24px;
  }
  .need-help-module .left-col-desc {
    margin-top: 16px;
  }
  .need-help-module .need-help-card-wrap{
    background-image: url(https://429741.fs1.hubspotusercontent-na1.net/hubfs/429741/Structure%20Studio%20Theme%202024/Images/Help%20Center.png);
    margin-top: 56px;
  }
  .need-help-module .right-column .left-img {
    left: 26px;
    width: 50%;
    bottom: 66px;
    top: 0;
  }
  .need-help-module .right-column .right-img {
    width: 53%;
    right: -8px;
    bottom: -47px;
  }
}

@media (max-width: 500px) {
  .need-help-module .right-column .right-img {
    width: 264px;
    top: 54px;
    bottom: auto;
  }
  .need-help-module .right-column .left-img {
    width: 264px;
    top: 0;
    bottom: auto;
  }
  .need-help-module .right-column {
    min-height: 303px;
  }
}


@media (max-width: 350px) {
  .need-help-module .right-column .left-img {
    left: 20px;
  }
  .need-help-module .right-column .right-img {
    right: -105px;
  }
}