.seamless-trusted-seller-container{
    background-image: url('/static/assets/images/new_buyer/seamless-trusted-seller.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.seamless-heading{
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: white;
  margin-bottom: 16px;
  padding-top:48px;
  word-break: break-word;
}
.seamless-sub-heading{
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: white;
  word-break: break-word;
}
.seamless-sub-text{
    width: 759px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  word-break: break-word;
  padding-bottom: 32px;

}
.seamless-trusted-img{
  margin-bottom: 32px;
  margin-top:27px;
}
@media screen and (max-width: 767px) {
  .seamless-heading {
      font-weight: 500;
      font-size: 21px;
      line-height: 28px;
      margin-bottom: 16px;
      padding-left: 18px;
      padding-right:18px;
      margin:0 auto;
      padding-top:34px;
      padding-bottom: 13px;
  }
  .seamless-sub-heading{
    font-size: 14px;
    line-height: 16px;
  }
  .seamless-sub-text{
    width:auto;
    padding: 0px 8px;
    padding-bottom: 28px;
    font-size: 14px;
    line-height: 21px;
  }
  .seamless-trusted-img{
    margin-bottom: 12px;
    margin-top:18px;
  }
  .seamless-trusted-seller-container{
    background-image: url('/static/assets/images/new_buyer/seamless-trusted-seller-responsive.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
}