.main-txtcolor{
  color:#7F272B;
}

.section-ttl{
	font-family:Oswald;
	font-weight:300;
	text-align:center;
	font-size:30px;
	color:#7F272B;
	margin:0;
  	margin-bottom:20px;
}


.item-ttl{
	font-family:Oswald;
	font-weight:300;
	font-size:30px;
	margin:0;
  	margin-bottom:20px;
  	margin-top:40px;
}

  
.item-4column li{
  float:left;
  width:23%;
  padding:0 1%;
  font-size:12px;
  text-align:center;
  margin-bottom:20px;
}

.item-4column img{
  	width:100%;
}

.item-5column li{
  float:left;
  width:18%;
  padding:0 1%;
  font-size:12px;
  text-align:center;
  margin-bottom:20px;
}

.item-5column img{
  	width:100%;
}

.btn{
  border-radius:0;
}

.inline .btn{
  background:#fff;
  border:1px solid #7F272B;
}

.inline  a{
  color:#7F272B;
}

.inline  a:hover{
  color:#fff;
  background: #7F272B;
}

@media (max-width: 500px) {
  /* ~500px */
  
  .item-4column li{
    width:46%;
    padding:0 2%;
  }

}

