.profit_box {
  margin: 10px 0 80px;
}

.profit_box_wrap {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  background: #fff;
  position: relative;
  max-width: 1160px;
  z-index: 0;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.06);

}

.profit_box_wrap::before {
  position: absolute;
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 40px);
  top: 30px;
  right: 10px;
  background: url(../../images/blog/profit_back.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}


.profit_box .profit__inner {
  padding: 30px 0 25px 30px;
}


.profit_box .section-title {
  color: #fff;
  font-size: 62px;
  line-height: 62px;
  max-width: 540px;
}

.profit_box .section-subtitle {
  font-family: 'Futura Book', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  color: #FFFFFF;
  display: block;
  margin: 10px 0 20px;
}

.social_media_shopper .button--primary .button__inner,
.increase_sales .button--primary .button__inner,
.sales_box_blog .button--primary .button__inner,
.profit_box .button--primary .button__inner {
  background-color: #fff;
  color: #000;
  font-size: 20px;
}

.social_media_shopper .button--primary .button__wrapper:after,
.increase_sales .button--primary .button__wrapper:after,
.sales_box_blog .button--primary .button__wrapper:after,
.profit_box .button--primary .button__wrapper:after,
.social_media_shopper .button--primary .button__wrapper:before,
.increase_sales .button--primary .button__wrapper:before,
.sales_box_blog .button--primary .button__wrapper:before,
.profit_box .button--primary .button__wrapper:before {
  background-color: #C4C4C4;
}

.social_media_shopper .button--text-wrap .button__inner,
.increase_sales .button--text-wrap .button__inner,
.sales_box_blog .button--text-wrap .button__inner,
.profit_box .button--text-wrap .button__inner {
  min-width: 185px;
}

.profit_box .profit__img {
  margin: 8px -11px 0 0;
}


/*sales_box_blog*/

.sales_box_blog {
  margin: 0 0 80px;
}

.sales_box_blog .sales_box_wrap {
  background: url(../../images/blog/sales_box_blog.jpg) no-repeat;
  /*  background-size: cover;*/
  max-width: 1160px;
}

.sales_box_blog2 .sales_box_wrap {
  background: url(../../images/blog/sales_box_blog2.png) no-repeat #0170BA;
  /*  background-size: cover;*/
  max-width: 1160px;
}

.sales_box_blog .section-title {
  font-weight: 700;
  font-size: 79px;
  line-height: 75px;
  color: #FF0093;
  margin: 0 0 15px;
}

.sales_box_blog2 .section-title {
  color: #fff;
}

.sales_box_blog .section-title .white_color {
  color: #fff;
}

.sales_box_blog2 .section-title .white_color {
  color: #000000
}

.sales_box_blog .sales__content {
  padding: 65px 0 0 110px;
}

.sales_box_blog .button {
  margin: 20px 0 25px 110px;
}

/*increase_sales*/

.increase_sales .sales__inner {
  padding: 40px 0 25px 100px;
}

.increase_sales .section-title {
  font-weight: 700;
  font-size: 75px;
  line-height: 98%;
  color: #FFFFFF;
  margin: 0 0 30px;
  position: relative;
}

.increase_sales .section-title .color_black_abs {
  position: absolute;
  top: 50px;
  right: 90px;
  font-weight: 700;
  font-size: 55px;
  line-height: 117.5%;
  color: #000000;
}



.increase_sales_wrap {
  background: url(../../images/blog/increase_sales.jpg) no-repeat;
  /*  background-size: cover;*/
  max-width: 1160px;
}

/*social_media_shopper*/

.social_media_shopper {
  margin: 0 0 80px;
}

.social_media_shopper .social_media__wrap {
  background: url(../../images/blog/social_media.jpg) no-repeat;
  /*  background-size: cover;*/
  padding: 30px 40px 23px 38px;
  max-width: 1160px;
  margin: 0 auto;
}

.social_media_shopper .section-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 76px;
  color: #FFFFFF;
  margin: 0 0 35px;
}



@media screen and (max-width:1023px) {

  .profit_box_wrap {
    flex-flow: column;
    box-shadow: none;
  }

  .profit_box_wrap::before {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }

  .profit_box .profit__inner {
    padding: 30px 0;
  }

  .profit_box .section-title {
    color: #fff;
    font-size: 45px;
    line-height: 48px;
  }

  .profit_box .section-subtitle {
    font-size: 25px;
    margin: 20px 0 45px;
  }

  .profit_box .profit__img {
    margin: 0;
    position: absolute;
    width: 200px;
    height: 188px;
    bottom: -28px;
    right: 0;
  }

  .profit_box .button {
    margin-bottom: 45px;
  }

  .social_media_shopper .button--text-wrap .button__inner,
  .increase_sales .button--text-wrap .button__inner,
  .sales_box_blog .button--text-wrap .button__inner,
  .profit_box .button--text-wrap .button__inner {
    min-width: 155px;
    font-size: 16px;
    height: 45px;
  }

  .sales_box_blog .sales_box_wrap {
    background: url(../../images/blog/sales_box_blog_mob.jpg) no-repeat;
    background-size: cover;
  }

  .sales_box_blog2 .sales_box_wrap {
    background: url(../../images/blog/sales_box_blog2_mob.jpg) no-repeat;
    background-size: cover;
  }

  .sales_box_blog .sales__content {
    padding: 75px 0 0;
  }

  .sales_box_blog .section-title {
    font-weight: 700;
    font-size: 55px;
    line-height: 58px;
    margin: 0 0 15px;
  }

  .sales_box_blog .button {
    margin: 25px 0 75px;
  }

  .sales_box_blog .button--text-wrap .button__inner {
    min-width: 157px;
  }


  .increase_sales_wrap {
    background: url(../../images/blog/increase_sales_mob.png) no-repeat;
    min-height: 468px;
  }

  .increase_sales .sales__inner {
    padding: 30px 0 30px 40px;
  }

  .increase_sales .section-title {
    font-size: 53px;
    margin-bottom: 240px;
  }

  .increase_sales .section-title .color_black_abs {
    font-size: 45px;
  }

  .increase_sales .section-title .color_black_abs {
    font-size: 38px;
    top: 200px;
    right: 10px;
  }

  .social_media_shopper,
  .increase_sales {
    max-width: 415px;
    margin: 0 auto 40px;
  }

  .increase_sales .button {
    margin: 0 auto;
    display: block;
    width: fit-content;
  }

  /*-----*/

  .social_media_shopper {
    min-height: 465px;
  }

  .social_media_shopper .social_media__wrap {
    background: url(../../images/blog/social_media_mob.jpg) no-repeat right;
    background-size: auto;
    padding: 170px 25px 35px;
  }

  .social_media_shopper .section-title {
    font-size: 50px;
    line-height: 56px;
  }

}

@media screen and (min-width:320px) and (max-width:395px) {
  .increase_sales .section-title .color_black_abs {
    font-size: 30px;
    top: 200px;
    right: 1vw;
  }
}


@media screen and (min-width:768px) and (max-width:1023px) {

  .profit_box .section-title {
    font-size: 51px !important;
    line-height: 55px;
  }

  .profit_box .button--text-wrap .button__inner {
    min-width: 195px;
  }

  .profit_box .profit__img {
    width: 290px;
    bottom: 35px;
  }

  .sales_box_blog2 .sales_box_wrap {
    background: url(../../images/blog/sales_box_blog2.png) no-repeat;
    background-size: cover;
  }

}

@media screen and (min-width:1024px) and (max-width:1150px) {
  .increase_sales .section-title .color_black_abs {
    position: absolute;
    top: 50px;
    right: 3vw;
    font-weight: 700;
    font-size: 45px;
  }

  
  
  .social_media_shopper .social_media__wrap {
    background: url(../../images/blog/social_media.jpg) no-repeat right;
  }

  .social_media_shopper .section-title{
    max-width: 75%;
    font-size: 50px;
    line-height: 55px;
  }

}





























/**/
