.top_topics__pick {
    position: relative;
    padding: 13px 10px 18px 7rem;
    box-sizing: border-box;
    background: #ffebcd;
}

.top_topics__pick:before{
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -10px;
	width: 7rem;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	content: "TOPICS";
	font-family: 'Roboto';
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	background-color: #529F6B;
}

.top_topics__pick:after{
    position: absolute;
    content: '';
    top: 40px;
    left: -10px;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 10px #2D7C47;
}

.top_topics__pick p {
    position: relative;
    padding: 0;
/*    margin: 10px 0;*/
    z-index: 3;
    line-height: 1.7;
	margin: 0;
}
@media screen and (max-width:640px) {
.top_topics__pick {
    position: relative;
    padding: 40px 6px 10px 6px;
    box-sizing: border-box;
    background: #ffebcd;
font-size:14px;
}

}
