/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */


@media screen and (min-width: 1024px) { 
    .image_top{
        position: relative;
    }
    .doc_top{
        position: absolute;
        left: 71%;
        top: 90%;
        transform: translate(0%,0%);
    }
}
@media screen and (max-width: 1023px) { 
.doc_top{
    text-align:center;
    top: 150%;
    font-size: 10px;
    margin: 30px 0;
}
}