.rstpl-hero-content {
    border: none !important;
}

.rstpl-hero .col-md-11 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* Remove hero curved shape divider */
.rstpl-hero::before,
.rstpl-hero::after {
    display: none !important;
    background: none !important;
}

/* Remove footer shape dividers */
.site-footer::before,
.site-footer::after {
    display: none !important;
    background: none !important;
    content: none !important;
  background-color: #ffffff;
}

