.heroContainer:after {
  content: '';
  position: absolute;
  left: -25%;
  top: 0;
  width: 150%;
  height: 100%;
  transform: rotate(-3deg);
  transform-origin: 3% 0;
  background: #3ad586;
  background: -moz-linear-gradient(left, #3ad586 0%, #35ba77 100%);
  background: -webkit-linear-gradient(left, #3ad586 0%, #35ba77 100%);
  background: linear-gradient(to right, #3ad586 0%, #35ba77 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ad586', endColorstr='#35ba77',GradientType=1 ); }

.heroContainer .dots-top-right {
  top: 0;
  right: 0;
  width: 64px; }

.heroContainer .dots-bottom-left {
  bottom: 10px;
  left: 0;
  width: 184px; }

.dots-ver-top-left:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -20px;
  top: -40px;
  width: 64px;
  height: 184px;
  background: url(../img/dots-ver-1.svg) 0 0 no-repeat;
  background-size: 64px 184px; }

.dots-ver-bottom-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -20px;
  bottom: -40px;
  width: 64px;
  height: 184px;
  background: url(../img/dots-ver-1.svg) 0 0 no-repeat;
  background-size: 64px 184px; }

.dots-ver-bottom-left:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -20px;
  bottom: -40px;
  width: 64px;
  height: 184px;
  background: url(../img/dots-ver-1.svg) 0 0 no-repeat;
  background-size: 64px 184px; }

.dots-hor-top-left:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -20px;
  top: -40px;
  width: 184px;
  height: 64px;
  background: url(../img/dots-hor-1.svg) 0 0 no-repeat;
  background-size: 184px 64px; }

.dots-hor-top-right-2:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -20px;
  top: -30px;
  width: 184px;
  height: 64px;
  background: url(../img/dots-hor-1.svg) 0 0 no-repeat;
  background-size: 184px 64px; }

.dots-hor-bottom-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -10px;
  bottom: -40px;
  width: 184px;
  height: 64px;
  background: url(../img/dots-hor-1.svg) 0 0 no-repeat;
  background-size: 184px 64px; }
