


 
 



h1 {
    text-shadow: 1px 1px 3px #fff;
}


.myBrochureIntro {
    box-sizing: border-box;
    padding: 2rem;
    background-color: #f0f0f0;
}

.right-par {
    margin-top: 0;
}


.fbB_btn_introTxt {
    position: relative;
    background-color: #f0f0f0;
    padding-left: 2rem;
}



.myGuidePreview {
    box-sizing: border-box;
    padding: 3rem 5rem;
    background: #f4f2e5;
    margin-bottom: 2rem;
}


#content ul li {
/*    display: inline-block;*/
    margin-top: 0.5rem;
}



 

 /*lab-health campaign*/

 #myContent h3 {
    line-height: 150%;
    margin-bottom: 1rem;

 }

 #myContent p {
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 1rem;
 }

 #myContent ol li {
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 1rem;
 }



 @media only screen and (max-width : 1040px) {


    .myGuidePreview {
        padding: 1rem;
    }

}
