* {
  box-sizing: border-box;
}

.follow-note {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.follow-button {
	text-align: center;
	margin-bottom: 20px;
}

.follow-image-stub {
	background-color: #efefef;
	width: 75.6px;
	height: 75.6px;
	margin-bottom: 12px;
	--border: 1px dashed #dddddd;
}

.follow-name-stub {
	background-color: #efefef;
	margin-top: 10px;
	--border: 1px dashed #dddddd;
}

.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: flex-start;
  align-items: flex-start;
}


.flex-item {
	width: 50%;
	padding: 20px;
	padding-bottom: 20px;
}

.flex-item.col-2 {
	width: 50%;
}



@media only screen and (min-width: 0px) and (max-width: 768px) {

	.follow-note {
		text-align: center;
	}

	.follow-button {
		text-align: center;
	}

	.flex-item {
		width: 50%;
		padding: 10px;
	}

	.flex-item.col-2 {
		width: 100%;
	}

}

@media only screen and (min-width: 0px) and (max-width: 450px) {




}

@media only screen and (min-width: 0px) and (max-width: 350px) {




}


