#shop-50-50-essential-for-adventure .block-top { 
    background-size: auto 50px;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    background-image: url(/files/block_backgrounds/paper-texture-white.png);
}


#shop-50-50-essential-for-adventure .block-bottom { 
    background-size: auto 50px;
    width: 101%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background-image: url(/files/block_backgrounds/paper-texture-white.png);
    transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
    #shop-50-50-essential-for-adventure .block-top, #shop-50-50-essential-for-adventure .block-bottom  { 
        width: 100%;
    }
}


#shop-50-50-essential-for-adventure h2 {
     text-wrap: balance;
}

#shop-50-50-essential-for-adventure p {
     text-wrap: balance;
}