.ke-shape-section {
  position: relative;
  padding: 50px 0 30px;
  background: #EDF2EC;
  margin: 50px 0;
}

.ke-shape-section .bottom-shape {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.ke-shape-section .top-shape {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .ke-shape-section .top-shape {
    top: -20px;
  }

  .ke-shape-section .bottom-shape {
    bottom: -20px;
  }
}

@media (max-width: 768px) {
  .ke-shape-section .bottom-shape {
    bottom: -10px;
  }
}

.ke-shape-section .bottom-shape img {
  width: 100%;
}

.ke-shape-section .top-shape img {
  width: 100%;
}