@media screen and (max-width: 750px)
{
    .column_1{
        width: 25% !important;
    }
    .column_2{
        width: 75% !important;
    }
}

@media screen and (min-width: 751px)
{
    .column_1{
        width: 14%;
    }
    .column_2{
        width: 86%;
    }
}

.link a{
    color: #000 !important;
    font-weight: normal !important;
    text-decoration-line: underline;
    text-underline-offset: 2px;
}


