/* 

Trach nhiem cong dong

*/

.item-dev{
  padding:22px;
  text-align: center;
  min-height: 300px;
}
.item-dev .wrap-img{
  min-height: 85px;
}
.item-dev img{
  display: inline-block;
}
.item-dev h3{
  font-size: 50px;
}
.item-dev p{
  min-height: 22px;
  margin-bottom: 0px;
}



.flip-card {
  background-color: transparent;
  height: 400px;
  perspective: 1000px;
}
.flip-card-back h4{
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.flip-card-back p{
  font-size: 14px;
  text-align: justify;
}
@media (max-width:1199px){
  .flip-card{
    width: 350px;
    margin: auto;
  }
}
@media (max-width:767px){
  .flip-card-front img{
    width: 100%;
  }
}

@media (max-width:325px){
  .flip-card{
    width: 290px;
    margin: auto;
  }
  .flip-card-front img{
    height: 332px !important;
  }
  .flip-card-back h4{
    font-size: 14px;
  }
  .flip-card-back p{
    font-size: 12px;
  }
  .flip-card-inner{
    box-shadow: initial;
  }
}