/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// INFO*/
<style > .Test {}

.columnContact {
    text-align: center;
    width: 100vw;
    height: 500px;
}

.columnDownload {
    float: left;
    width: 50%;
    padding: 0px;
    height: 500px;
    border-style: none;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .columnDownload {
        width: 100%;
    }
}

.content-Info {
    text-align: left;
    max-height: 1000px;
    max-width: 600px;
}

</style >
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// INFO*/
