.the_content_wrapper {
    margin: 0 10%;
}
@media only screen and (max-width: 480px) {
.blog_slider .blog_slider_ul.slick-slider {
    left: 0px !important;
}
  .the_content_wrapper {
    margin: 0 1% !important;
}
  .single-post.subheader-both-center #Subheader .title {
    width: 100%;
    text-align: center;
    color: #fff!important;
    font-size: 40px!important;
    line-height: 50px;
}
}

