.imgless-hero {
  
  width: 100%;
  border-radius: 0px 0px 240px 0px;
  background: rgba(232, 233, 225, 0.80);
  padding: 96px 0 108px 0;
  position: relative;
}

.imgless-hero h4{
   padding: 30px;
}


/*.imgless-hero:after, .ucf-blog .blog-hero:before {
  bottom: 0;
  content: "";
  height: 240px;
  position: absolute;
  right: 0;
  width: 240px;
}*/
.imgless-hero:after {
  background-color: #fafafa;
  z-index: 1;
}
.imgless-hero:before {
  border-radius: 0 0 240px 0;
  z-index: 2;
  background-color: #edeee8;
}
.imgless-hero > .dnd-section {
  padding: 0;
  position: relative;
}

.imgless-hero h1 {
  text-align: center;
}

.imgless-hero h4 {
  text-align: center;
}

.imgless-hero p {
  text-align: left;
}

.imgless-hero-img {
  position: absolute;
  top: -96px;
  right: 136px;
  z-index: -1;
  padding-right: 80px;
}


@media only screen and (max-width:1200px) {
  .imgless-hero-img {
    right: 0;
  }
}
@media only screen and (max-width:767px) {
  .imgless-hero {
    border-radius: 0 0 108px 0;
  }
  .imgless-hero:after, .imgless-hero:before {
    width: 108px;
    height: 108px;
  }
  .imgless-hero:before {
    border-radius: 0 0 108px 0;
  }
  .imgless-hero-img {
    display: none;
  }