.topColumn1 {
  position: relative; }
  .topColumn1:before {
    background-size: 100% auto;
    background: url("../../../../../../img/bg_page.jpg");
    bottom: -73px;
    content: '';
    left: 50%;
    height: 61%;
    position: absolute;
    transform: translateX(-50%);
    width: 102%; }
