@media screen and (max-width:768px){
  .recommend_box{
    flex-direction: column;
    align-items: center;
  }
}
