
.card-img {
  /* margin-bottom: 5px; */
  margin-top: -7px;
  /* margin-left: auto; */
  /* margin-right: auto; */
  width: 100%;
  height: 172px;
  object-fit: cover;
  border-radius: 14px 15px 0px 0px;
}
  .card-text {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2b417b;
  }
  
.category {
  
  padding-bottom: 15px;
}
.card_neew {
  border-radius: 20px;
  margin-bottom: 10px;
  /* box-shadow: 0 8px 15px -10px #8fbcff; */
  border: 2px solid #ededed;
}
p.card-text {
  /* background-color: gray; */
  padding: 20px;
  color: #000000;
  font-size: 18px;
  border-radius: 6px;
  font-weight: 500;
}
.serach-input {
  border: none;
  border-bottom: 1px solid #d0cde2;
  margin-bottom: 50px;
}


.category-header {
  /*width: 50%;*/
  margin-left: auto;
  margin-right: auto;
  min-height: 5px;
  max-height: 5px;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
}

/*.category-header-1 {
  background-color: #a68fff;
}

.category-header-2 {
  background-color: #8fbcff;
}


.category-header-3 {
  background-color: #ff8faa;
}

.category-header-4 {
  background-color: #a6cd74;
}

.category-header-5 {
  background-color: #fcc18a;
}

.category-header-6 {
  background-color: #6edddd;
}


.category-1 {
  border-color: #a68fff;
}

.category-2 {
  border-color: #8fbcff;
}


.category-3 {
  border-color: #ff8faa;
}

.category-4 {
  border-color: #a6cd74;
}

.category-5 {
  border-color: #fcc18a;
}

.category-6 {
  border-color: #6edddd;
}*/

