/*Intro Text*/
.case-study-shopify .intro-text { margin: 50px 0 10px;}
.case-study-shopify .intro-text h1 { margin-bottom: 15px; }
.case-study-shopify .intro-text h3 img { width: 115px; }

/*Small Picure - Two columns*/
.case-study-shopify .shopify-two-img.small-picture.two_columns { margin: 30px 0 10px; }

/*The Challenge*/
.case-study-shopify .the-challenge-text { margin: 15px 0; }
.case-study-shopify .the-challenge-text h3 { margin-bottom: 15px; }

/*Solution*/
.case-study-shopify .solution-text { margin: 20px 0 70px; }
.case-study-shopify .solution-text h3 { margin-bottom: 15px; }

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

    /*Intro Text*/
    .case-study-shopify .intro-text { margin: 20px 0 0;}

    /*Small Picure - Two columns*/
    .case-study-shopify .shopify-two-img.small-picture.two_columns { margin: 10px 0 0; }

    /*The Challenge*/
    .case-study-shopify .the-challenge-text { margin: 0; }

    /*Solution*/
    .case-study-shopify .solution-text { margin: 20px 0; }

}

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

    /*The Challenge*/
    .case-study-shopify .the-challenge-text { padding: 0; }

}
