
.main{
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1em auto;
  padding: 1em;
}
.main h2{
  text-align: center;
  font-size: 1em;
}
.main img{
  width: 100%;
}
.border{
  border: 10px solid #EEEEEE;
  box-sizing: border-box;
}
.post_content{
  color: #333;
  margin-top: 1em;
}
.mainwrap{
  padding: 1em;
}
#about{ padding: 4.2% 0; }
#about p{
  line-height: 2;
  margin: 0 0 2em 0;
}
.section-description {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight:bold;
}

.post_content p{
  font-size: 14px;
  margin: 0 0 2em 0;
  line-height: 2;
  text-align: left;
}

.column2{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.column2 img{
  width: 50%;
}

