@charset "UTF-8";

.bg-eposters {
    background-color: white;
    padding-top: 40px;
    padding-bottom: 20px;
}

.content-eposters {
    color: white;
    font-size: 18px;
}


.content-eposters p {
    text-align: justify;
}





#anchor_eposters {
    position:relative;
    top: -150px;
    display:block;
}



@media (max-width: 768px) {
    .content-eposters {
        padding: 20px;
    }
}            