  
.widget a { 
	cursor: pointer; 
}
.widget-content__title { 
	font-size: 20px; 
}
.widget-content__content {
	padding-top: 50px;
}
@media (max-width: 680px) {
	.widget__name {
		width: 100%;
	}
	.widget-content--tabs .widget-content__title > div.widget__name:before {
		content: '';
		margin: 0;
		display: block;
	}
}