*{
  padding:0;
  margin:0;
  -webkit-tap-highlight-color: transparent;
 }

::-webkit-scrollbar {
    display: none;
}
.main_div{
  display: block;
  width: 100%;
  height: 270px;
  background: transparent;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: default;
}

.cards{
  display: inline-block;
  width: 250px;
  height: 200px;
  background: #fff;
  position: relative;
  left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 15px;
  box-shadow: 10px 10px 20px #00000050;
  white-space: normal;
  transition: 0.3s;
  cursor:pointer;
}
.cards:hover{
  transform: scale(1.03);
}
.active{
  cursor:grabbing;
}
.active2{
  cursor:grabbing;
}
.card-1{
  left: 0;
  margin-left: 10px;
}


.icon{
  width: 45px;
  height: auto;
  position: absolute;
  top: 45px;
  left: 45px;
  transform: translate(-50%,-50%);
}
.icon1{
  width: auto;
}
.icon8{
  width: auto;
  height: 60px;
}

.heading{
  font-size: 20px;
  font-family: Segoe UI;
  font-weight: 600;
  width: 150px;
  position: absolute;
  top: 50px;
  right: 20px;
  transform: translate(0,-50%);
}

.description{
  font-size: 14px;
  font-weight: Segoe UI;
  line-height: 23px;
  color: #333;
  width: 215px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform:translate(-50%);
}

b{
    color: #000;
    letter-spacing: 0.7px;
    font-weight: bolder;
}
