.frame_1_wrapper {
  width: 100%;
}

.frame_1_item {
  width: 100%;
	max-width: 360px;
  margin:10px;
	background-color:lightpink;
	border: thin solid #361C00;
}

.frame_1_title {
  width: 100%;
  padding:10px 0;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
	background-color:brown;
	color: beige;
}
.frame_1_content {
  width: 100%;
  margin:20px 0;
}