
@charset "UTF-8";
.a-main .b-headlines .g-column.-col2>.column {
		 flex-basis: 51% !important;
}
@media only screen and (max-width: 641px) {
.a-main .b-headlines .g-column.-col2>.column {
		flex-basis: auto !important;
	}	
}