.description {
  padding-top: 20px;
  padding-bottom: 20px;
}

.services.section-padding {
  background-color: #fff;
}

.gg-img {
  width: 100%;
  height: auto;
}

.new-features {
  color: #FF0000;
}

#services {
    position: relative;
}

#services:after {
    background: linear-gradient(-45deg, #8BC34A 16px, transparent 0), linear-gradient(45deg, #8BC34A 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}

#options {
    position: relative;
}

#options:after {
    background: linear-gradient(-45deg, #094429 16px, transparent 0), linear-gradient(45deg, #094429 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}

.table {
      margin-bottom: 50px;
}
