/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 05 2025 | 01:19:30 */
/* Add your CSS code here.

.cut-shape {
  background: #d3d3d3; 
  color: gray;
  padding: 30px;
  width: 700px;
  position: relative;
  border-radius: 30px;
  clip-path: polygon(0 0, 80% 0, 100% 10%, 100% 80%, 90% 100%, 0 100%);
}


