body {
  font-family: Helvetica,Tahoma;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.aos-all {
  width: 1000px;
  max-width: 98%;
  margin: 10vh auto 0 auto;
}

.aos-item {
  display: inline-block;
  float: left;
  height: 280px;
  width: 50%;
  padding: 20px;
  border: 20px;
}

.aos-item__inner_left {
  position: absolute;
  width: 100%;
  height: 150px;
  float: left;
  background: #b6a687;
  text-align: center;
  color: #ffffff;
  padding: 20px;
  border: 6px solid #ece6da;
  border-radius: 20px;
}

.aos-item__inner_right {
  position: absolute;
  width: 100%;
  height: 280px;
  float: right;
  background: #ece6da;
  text-align: center;
  color: #000000;
  padding: 20px;
  border: 6px solid #b6a687;
  border-radius: 20px;
}

.vspacer {
	position: absolute;
	width: 100%;
	height: 150px;
	float: right;
}

a:link {
  color: #5a4f3d;
}

/* visited link */
a:visited {
  color: #989898;
}

/* mouse over link */
a:hover {
  color: #ffc20f;
}

/* selected link */
a:active {
  color: hotpink;
}

@media screen and (max-width: 800px) {
  .aos-item {
    width: 50%;
  }
}

	
	
	
