.sectionBLast {
    background-color:#6DA45E;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 0px;
    padding-right: 0px;
}

.sectionBLast:before {
    content: "";
    display: block;
    position: absolute;
    height: 3rem;
    top: 0rem;
    width: 100%;
    z-index: 100;
    background: url("/wp-content/uploads/images/borders/concave-top.svg") center bottom no-repeat;
}

.sectionBLast:after {
    content: "";
    display: block;
    position: absolute;
    height: 3rem;
    bottom: 0rem;
    width: 100%;
    z-index: 100;
    background: url("/wp-content/uploads/images/borders/stalactite.svg") center bottom no-repeat;
}