ul.grey-box__list a picture{ display:inline-block; vertical-align:bottom; margin-left:10px;}ul.grey-box__list{ display:flex; flex-wrap:wrap;}.grey-box__list li{ padding:17px; flex:1 1 calc(50% - 10px);}.grey-box__list li:last-child,.grey-box__list li:nth-last-child(2){ border-bottom:none;}.grey-box__list li p{ display:flex; justify-content:space-between;}@media (max-width:586px){ ul.grey-box__list{ display:block; } .grey-box__list li:nth-last-child(2){ border-bottom:1px solid #e1e1e1; }}