﻿@media screen and (max-width: 767px) {
  .box .box__cell {
    width: 100%;
  }
  .box .box__cell:first-child {
    margin-bottom: 15px;
  }
}