.wt-wrap {
	max-width: 1200px;
}

.wt-wrap .two-columns,
.wt-wrap .four-columns {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wt-wrap .two-columns .col,
.wt-wrap .four-columns .col {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	margin: 5px;
}

.wt-wrap .theme-img img {
	max-width: 100%;
}

.wt-wrap .dashicons {
	margin-right: 10px;
}

@media screen and (max-width: 600px) {
	.wt-wrap .two-columns,
	.wt-wrap .four-columns {
		display: block;
	}
}
