#cardsHover:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#iitteemm {
  position: relative;
  padding-top: 20px;
  display: inline-block;
}

#notify-badge {
  position: absolute;
  right: -22px;
  top: 8%;
  background: red;
  text-align: center;
  color: white;
  padding: 0px 29px;
  font-size: 12px;
  transform: rotate(36deg);
  border-top-left-radius: 18px;
  border-top-right-radius: 21px;
}

@media screen and (max-width: 1400px) {
  #car1 {
    max-width: 200px !important;
    min-width: 200px !important;
  }
  #fontThirteen{
      font-size: 13px;
  }
}


