/* accebt color #5fcf80 */

body {
  color: #444444;
  background-color: #f8f9fa; /* bg-light */
}

.generate-content{
  padding:0 100px;
}
@media only screen and (max-width: 576px) {
  .generate-content{
    padding: 0 calc(var(--bs-gutter-x) * .5);
  }
}

.why-us{
  background:#cff1cb;
}

.icon-box{
  background: #ffffff;
}

.masterdata>div:nth-child(1){
  background-color: #cff1cb;
  border:0;
}
.masterdata .headline>div:nth-child(1){
  padding-left:0
}

.maindata{
  border-top: 3px solid #5fcf80;
  border-bottom: 3px solid #5fcf80;
}
