#mainTitle{
	width: 100%;
	background: rgba(0,0,0,0.5) url('bg_title.png') ;
  background-blend-mode: multiply;
  background-size: cover;
	height: 200px;

}
#mainTitle h1{
        margin:0;
        text-align: center;
        padding-top: 70px;
        font-size:40px;
        font-weight: bold;
        color: #fff;
        line-height: 120%;
 }
 p{
font-size: 16px;
padding: 10px 0;
line-height: 1.8;
}

.btn-geeen{
  background: #47640F;
  color: #fff !important;
  border-radius: 5px;
  padding: 10px 20px;
}
.btn-geeen:hover{
  text-decoration: none
}

.Catalog_list{
  display: flex;
  flex-wrap: wrap;
  padding: 10px;

}
.Catalog_list .item{
width: calc(33.3% - 42px);
margin: 10px;
padding: 10px;
border:  1px solid #ccc;
}
.Catalog_list .item img{
  width: 100%;
}
.Catalog_list .item p{
  border-top: 1px solid #ccc;
  color: #333 !important;
}
.Catalog_list .item a:hover{
  text-decoration: none;
}