﻿.box-partition .box-partition--left {
  width: 30%;
}
.box-partition .box-partition--right {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .box-partition .box-partition__cell:nth-child(odd) {
    padding-bottom: 0;
    border-style: none;
  }
  .box-partition .box-partition--left {
    width: 100%;
    padding-bottom: 0;
    border-style: none;
  }
  .box-partition .box-partition--right {
    width: 100%;
  }
}
