/* ===============================================================================
recycle
=============================================================================== */
/* recycle-section
========================= */
/* recycle--sec-1 */
.center{
  text-align:center;
}
.recycle-sec-1 {
  padding: 69px 0 80px;
}

.recycle-sec-1 .blks-1 .heading {
  margin-bottom: 32px;
}
.mb-80{
  margin-bottom:80px;
}
.mb-40{
  margin-bottom:40px;
}
.mt-50{
  margin-top:50px;
}

.mt-20{
  margin-top:20px;
}

.mt-10{
  margin-top:10px;
}

@media screen and (max-width: 768px) {
  .sp-width {
   width: 100%;
  }
}

 .flex-recycle-gazoarea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  background: rgba(27, 118, 200, 0.06);
  border-radius: 10px;
  padding: 45px;
} 
.flex-recycle-gazoarea .item{
  width: 40%;
}

.flex-recycle-gazoarea .item .width{
  width: 70%;
}

.flex-recycle-gazoarea .item2{
  width: 20%;
  align-self: center;
}

.flex-recycle-gazoarea .item2 img{
  padding: 5%;
    width: 60%;
}

@media(max-width:767px){
  .flex-recycle-gazoarea{
    flex-direction:column;
    padding: 30px;
  }
  .flex-recycle-gazoarea .item{
  width: 100%;
  margin-bottom:30px;
}
}