body {

  padding : 10px 10px;

  background: url('../img/BG_AMD_Eranya.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  
}

/* body.home{
  background: url('../img/BG_AMD_Eranya.jpg');
  background-repeat: no-repeat;
  background-size: cover;
} */

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.main-title{
  color:#198fda;
  font-weight: 600;
  text-transform:uppercase;
  font-size: 1rem;
}

.product{

}

.product .content{
  text-align: center;
  border-right: solid 1px #ddd;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding-bottom:20px;
  padding-top:10px;
  box-shadow: rgba(0, 0, 0, 0.20) 0px 25px 20px -20px;
  background-color: #fff;
}

.product .content:first-child{
  border-left: solid 1px #ddd;
}

.product img{
  width: 74px;
}

.product h3{
  font-size: 1rem;
  min-height: 40px;
}

.product p{
  font-size: .75rem;
  min-height: 40px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  
  .product .content:first-child{
    border-left: none;
  }

  .product .content{
    text-align: center;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px #ddd;
    padding-bottom:20px;
    padding-top:10px;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 25px 20px -20px;
  }


} 