@media only screen and (max-width: 600px) {
	
		.pdcp_news a {
    width: calc(100% / 1);
	}
	
	.pdcp_headline_box h2 {
    font-size: 55px;
    line-height: 1em;
}
	
	.pdcp_headline_box h3 {
    font-size: 30px;
    color: #5d686e;
}
}