﻿.arrives p em { display: inline-block; margin-right: 20px; width: 18px; height: 18px; background: #58B8EA; border-radius: 2px; text-align: center; line-height: 18px; color: #fff; font-style: normal; font-weight: normal; }
.arrives p:last-child em { background: #F7A00E; }

@media screen and (max-width: 860px) {
    .arrives p em { margin-right: 10px; }
}
