.hs-diff-inner {
  display: flex;
  column-gap: 98px;
  justify-content: space-between;
}

.hs-diff-left {
  max-width: 482px;
}

.hs-diff-subheading {
  margin-bottom: 0;

  /* Title/H6 */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.18px;  
}

.hs-diff-left h2 {
  margin-bottom: 32px;
}

.hs-diff-left ul {
  padding: 0;
}

.hs-diff-item {
  list-style: none;
  display: flex;
  column-gap: 16px;
}

.hs-diff-item h3 {
  color: #484848;

  /* Title/H6 */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.18px;
  margin-bottom: 0;
}

.hs-diff-item p {
  line-height: 1.5;
  margin-bottom: 0;
}

.hs-diff-item + .hs-diff-item {
  margin-top: 20px;
}

@media screen and (max-width: 1300px) {
  .hs-diff-inner {
    column-gap: 24px;
  }

}

@media screen and (max-width: 991.9px) {
  .hs-diff-inner {
     display: block;
  }
  
  .hs-diff-left {
    margin: 0 auto;
  }
  
  .hs-diff-right {
    text-align: center;
  }

  .hs-diff-item p {
    font-size: 14px;
    font-weight: 300;
  }
}

@media screen and (max-width: 479.9px) {
  .hs-diff-hscontainer {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 992px) {
  .hs-diff-left ul {
    margin-bottom: 0;
  }  
}