
.stars-all{
  color: #ffb401 !important;
}  

.grid-item{
  display: flex;
  align-items: center;
}

.grid-item p{
  margin-bottom: 0;
}

.grid-view{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.flex-view{
}


.theme-1{
  background: rgba(210, 239, 255, 0.62) !important;
}

.theme-2{
  background: linear-gradient(135deg, #D2EFFF 14.64%, #FFFFFF 85.36%) !important;
}

.theme-3{
  background: #0072B4 !important;
}

.theme-4{
  background: linear-gradient(180deg, #D2EFFF 0%, #FFFFFF 100%);!important;
}
