@media only screen and (max-width: 1023px) {
  .user-section-new .left {
    background-position: 0px -44px;
  }
}
@media only screen and (max-width: 767px) {
  .user-section-new .left {
    background-position: top;
  }
}
.usecase-right-logo img {
  max-width: 100px;
}