BODY
  {
  background: url("../landing/bg_body.jpg");
  }

.container
  {
  height: 100vh !important;
  min-height: 100% !important;
  }


.left::before,
.right::after {
  content: '';
  position: absolute;
  top: 90%;
  bottom: 20px;
  z-index: -1;
  box-shadow: 0 12px 25px 0em rgba(0,0,0,.5);
}

.left::before {
  left: .25em;
  right: 2em;
  background: pink;
  transform: rotate(-3deg);
}

.right::after {
  right: .25em;
  left: 2em;
  background: lightblue;
  transform: rotate(3deg);
}


@media screen and (max-width: 576px) {

  .ccontainer, .row
    {
    max-height: 50%;
    height: auto;
    }

  p
    {
    line-height: 125%;
    }

  .divcol
    {
    border-top: 1px solid #000;
    //margin-top: 5px;
    }

}