.sectionA {
    background-color:#D7E5D0;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 0px;
    padding-right: 0px;
}

.sectionA: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;
}

.sectionA:after {
    content: "";
    display: block;
    position: absolute;
    height: 4rem;
    bottom: 0rem;
    left: -1600%;
    right: -1600%;
    z-index: 100;
    background: url("/wp-content/uploads/images/borders/convex-bottom.svg") center bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sectionA > div > div > div > h1, .sectionATitle {
    text-align: center;
    font-size: 26px;
    color: #D7E5D0;
    font-family: AleoLightItalic;
}

.sectionALast {
    background-color:#D7E5D0;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 0px;
    padding-right: 0px;
}

.sectionALast: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;
}

.sectionALast: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;
}