.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.column {
    float      : left;
    width      : 50%;
    padding    : 0;
    min-height : 45px;
    min-width  : 320px;
    position   : relative;
    z-index    : 50;
}

.column:nth-child(2) {
    border: 1px solid;
    min-height       : 400px;
    box-shadow       : -1px 0 0 rgba(0,0,0,0.1);
    background-image : url(../imgs/img_menu_lat_150x40.png);
}

.column:last-child:before {
    content    : '';
    position   : absolute;
    height     : 7px;
    background : #ceccc6;
    top        : 100px;
    left       : 10px;
}

.column p {
    font-weight : 300;
    font-size   : 2em;
    padding     : 0;
    margin      : 0;
    text-align  : right;
    line-height : 1.5;
}

@media screen and (max-width: 46.0625em) {

    .column {
        width   : 100%;
        padding : 1px;
    }

    .column p {
        text-align : left;
        font-size  : 1.5em;
    }

    .column:nth-child(2) {
        box-shadow          : 0 -1px 0 rgba(0,0,0,0.1);
        background-position : 90px 3em;
    }
}