#theGrid { display: flex; }
#theGrid .half-article { margin: 0 2%; width: 46%; }
#theGrid .half-article div img { margin: 10px auto; }
#theGrid .title {
    font-family: "Lato","lato-black",sans-serif;
    font-size: 1.875em;
    margin: 0;
    text-align: center;
		color: #167fc3;
}

.loader {
    background: #0cf none repeat scroll 0 0;
    height: 1px;
    margin: 1em auto;
    position: relative;
    width: 40%;
}

.loader::before {
    background: #0cf none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: -1px;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50% 0;
    width: 100%;
}

.category {
    color: black;
		min-height: 170px;
    display: block;
    font-family: "Lato", "lato-regular",sans-serif;
    font-size: 15px;
		line-height: 	28px;
    margin: 0;
    position: relative;
    text-align: center;
}


@media screen and (max-width: 550px){

	#theGrid { display: block; }
	#theGrid .half-article { margin: 0 auto 30px; width: 100%; }

}
