@media only screen and (max-width: 767px) {
  .single .under .mod-list--advertisement {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--advertisement--item {
    width: calc(50% - 15px);
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--advertisement--item + .mod-list--advertisement--item {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--advertisement--item:nth-child(2n+1) {
    margin-left: 0;
  }
}

/*
  IE11
------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, :root .single .under .mod-list--advertisement--item p {
    word-break: break-all;
  }
}
