﻿.textwidget {
	width: 100%;
	margin: 20px 0 18px 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
	color: #333;
	text-align: center;
}

@media only screen and (min-device-width : 200px) and (max-device-width : 667px) {
	.textwidget {
		width: 100% !important;
	}
}