#reviews{
    border-radius:25px;
}
.main_for_reviews{
  justify-content: center;
  align-items: center;
  height: 570px;
  width: 350px;
  background-color: #f9f9f8;
  box-shadow: rgba(0,0,0,.1) 4px 4px 16px;  
}
.name{
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.title_rev{
  font-family: DIN Next Medium, sans-serif;
  font-size: 16px;
}

.main_for_reviews {
    border-radius: 25px;
    border: 1px solid lightgray;
}
.review_img{
  height: 120px;
  width: 120px;
  object-fit: contain;
  margin-bottom: 10px;
}
.rating_stars{
  color: #f6c567;
  margin-bottom: 10px;
}
.bhashan{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 320px) {
    .main_for_reviews{
        width:auto !important;
        padding:0 !important;
    }
    .bhashan{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
}
@media (max-width: 375px) {
    .main_for_reviews{
        width:auto !important;
        padding:0 !important;
    }
}
@media (max-width: 425px) {
    .main_for_reviews{
        width:auto !important;
        padding:0 !important;
    }
}
@media (max-width: 768px) {
    .main_for_reviews{
    width:300px;
    }
    
}
@media (min-width: 1024px) {
    .main_for_reviews{
    width:320px ;
    }
}
@media (min-width: 1920px) and (max-width:2560px) { 
    .main_for_reviews{
    width:400px;
    }
}
