.info {
  line-height:160%;
  text-align:center;
    margin-bottom:10px;
}
.info p {
   line-height:160%;
  font-size:20px;
  font-weight:bold;
  color:#F00;
}
.info span {
margin-bottom:20px;
  display:block;
  font-size:16px;
}



.reco_flex {display: flex; flex-wrap: wrap;
justify-content: space-between; } 
.reco_flex li {margin-right: 0 !important;}


@media screen and (min-width: 601px) and (max-width: 768px){
.reco_flex::after {
content:"";
display: block;
width:23%; 
}
.reco_flex::before {
content:"";
display: .4block;
width:23%; 
  order: 1;
}
}







