.content_box {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    min-height: 850px;
    height: auto;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    color: #8c8c8c;
}

.content_box .categories {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    color: #333;
    text-align: justify;
}

.grid_ref {
    column-count: 2;
    column-gap: 1em;
}

.col-60-3 {
    width: 92%;
    height: auto;
    text-align: justify;
    break-inside: avoid-column;
}

.clients_non_resp {
    display: block;
}

.client-div-double {
    color: #061152;
    display: inline;
    text-align: left;
    font-size: 16px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'cel_b';
    letter-spacing: 5px;
}

.links-list {
    margin-bottom: 45px;
    font-size: 15px;
    line-height: 1.8;
    list-style: none;
    margin-left: -46px;
}

.content_box .categories div a {
    text-decoration: none;
    color: #FFF;
    min-height: 200px;
}

@media only screen and (max-width: 854px){
	.clients_non_resp {
	    display: none;
	}

	.grid_ref {
	    column-count: unset;
	    column-gap: unset;
	}
}