.img-worry {
    background-image: url(../../img/po_box/about/worry-b.jpg);
    min-height: 600px;
}

.img-give-a-hand {
    background-image: url(../../img/po_box/about/give-a-hand-b.jpg);
    min-height: 600px;
}


.section-two{ background-color:#f7f7f8; margin-top:40px; overflow:hidden}

.section-two section figure{margin-top: 0; margin-bottom: 0;}

.section-two section:hover img{-webkit-transform:scale(1.3);transform:scale(1.3);}

.section-two section article{ padding-left:14%; padding-right:90px; padding-top:94px;}

.section-two section:last-child article{ padding-left:11%}

.section-two section article h2{ font-size:31px; line-height:36px; font-weight:300; color:#000; padding-bottom:12px}

.section-two section article p{ line-height:27px; color:#5e5e64; padding-bottom:17px; font-weight:500}

.section-two section article ul{ margin:0; padding:0; list-style:none}

.section-two section article ul>li{ padding-bottom:10px}

.section-two section article ul>li:before{content:"\f14a";font-family:'Font Awesome 5 Free'; color:#222222; font-size:16px; padding-right:9px}

@media (max-width: 767px) {
    .section-two section article {
        padding: 0.5em;
        margin: 1em 0;
    }
    .section-two section figure{ background-attachment:scroll; margin-top:20px; margin-bottom:20px}
    #worry > div {
        background-image: url(../../img/po_box/about/worry-b.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: 50% 0;
    }
    #worry article {
        background-color: rgba(255, 255, 255, 0.8);
    }
    #give-a-hand {
    }
    #give-a-hand > div {
        background-image: url(../../img/po_box/about/give-a-hand-b.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: 50% 0;
    }
    #give-a-hand article {
        background-color: rgba(255, 255, 255, 0.8);
    }
}