


#wrap {
  width: 85%;
  height: auto;
}
#wrap .card {
  width: 32%;
  height: auto;
  background: #fff;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.3);
  float: left;
  position: relative;
  border-radius: 25px;
  padding: 0 10px;
}
#wrap .card:nth-child(2) {
  margin: 0 2%;
}



#wrap .card .thumb {
  width: 90%;
  height: 150px;
  background: #000;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50%;
  top: -10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  -webkit-transition: 0.3s cubic-bezier(0.67, -0.12, 0.45, 1.5);
  transition: 0.3s cubic-bezier(0.67, -0.12, 0.45, 1.5);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
}



#wrap .card #one {
  background-image: url("https://suganthitravels.com/bg/holiday.png");
}
#wrap .card #two {
  background-image: url("https://suganthitravels.com/bg/family.png");
}
#wrap .card #three {
  background-image: url("https://suganthitravels.com/bg/educational.png");
}
#wrap .card .option {
  width: 60%;
  height: 30px;
  margin: 90px auto 0 auto;
}

#wrap .card h3 {
  font-size: 18px;
  font-weight: 900;
  margin-top: 20px;
  color: #4c3100;
  opacity: 0.6;
}



@media screen and (max-width: 480px) {
  #wrap {
    top: 10%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #wrap .card {
    width: 100%;
  }
  #wrap .card:nth-child(2) {
    margin: 50px 0;
  }
  #wrap .card:nth-child(3) {
    margin-bottom: 20px;
  }
}
