@media print, screen and (min-width: 64em) {
  .moreButtons .wrapper .threeWrapper .thirdBlock:nth-of-type(3) {
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
  }
}

@media print, screen and (min-width: 64em) {
  .moreButtons .wrapper .threeWrapper .thirdBlock:nth-of-type(4) {
    width: calc(50% - 10px);
    margin-left: 10px;
    float: left;
  }
}
/*# sourceMappingURL=update.css.map */