.banner {
    margin-top: 137px;
    position: relative;
    background: #f7f7f7 url(seller_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0;
}
.banner_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner_content .container > .row {
    width: 600px;
    margin: 0;
}
.banner * {
    color: #292929;
}
.banner h2{}
.banner h1{}
.banner p{}
.banner ul._oopk_ {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.banner ul._oopk_ li {
    flex-basis: 50%;
    width: 50%;
    padding: 5px 0;
}
ul._polkjhui{}
ul._polkjhui li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 2px;
}
ul._polkjhui li .lis_no {
    width: 40px;
    text-align: center;
   /* background: #e8e8e8;*/
    margin-right: 2px;
}
ul._polkjhui li .lis_no>span {
    color: #384047;
    font-size: 30px;
}
ul._polkjhui li .list_con {
    flex: 1;
   /* background: #e8e8e8;*/
    padding: 0 15px;
}
ul._polkjhui li .list_con>strong {
    color: #384047;
}
ul._polkjhui li .list_con>p {
    color: #333;
}
.section_spacing{
	padding: 50px 0;
}
.heading.text-center h2 {
    font-weight: 700;
}
.heading h2 {
    font-weight: 800;
    margin-bottom: 2rem;
}
section.section_spacing.grow_bhuu .content {
    text-align: center;
    margin-top: 2rem;
    box-shadow: 0 0 6px 1px #f3f3f3;
    padding: 15px;
}
section.section_spacing.grow_bhuu .icon {
    max-width: 55px;
    width: 100%;
    margin: 0 auto 15px;
}
section.section_spacing.grow_bhuu .content label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.spacing {
    margin: 5rem 0;
}
section.section_spacing.grow_bhuu .why_sellerspo>div .content {
    min-height: 185px;
}
.why_sellerspo>div .content h6,.range_solution .content h6 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
}
section.success_story .heading h2,section.range_story .heading h2 {
    margin: 0;
}
.success_video iframe {
    width: 100%;
}
.success_video {
    padding: 2rem 0 0;
}
.range_solution .content .icon {
    max-width: 150px;
    margin: 0 auto;
    width: 100%;
}
.range_solution .content {
    padding: 15px;
}
.range_solution .content {
    padding: 15px;
    text-align: center;
}
.range_solution .content h6 {
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 8px;
}
@media screen and (max-width: 1200px) {
    .banner_content .container > .row {
        width: 500px;
    }
}
@media screen and (max-width: 991px) {
	.banner {
    margin-top: 237px;
}
}
@media screen and (max-width: 767px) {
	.banner {
    margin-top: 0px;
    background-image: none;
}
.banner_content .container > .row{
    width: 100%;
}
}