.wysiwyg {
    padding: 40px 0 20px;
    position: relative;
}

.wysiwyg h4 {
    padding: 0 0 8px;
}

.wysiwyg p {
    color: #656565;
}

.wysiwyg ul li {
    color: #656565;
}

.wysiwyg .btn {
    margin-bottom: 24px;
}

.wysiwyg .btn:last-child {
    margin-bottom: 0;
}

.wysiwyg-content {
    position: relative;
}

.wysiwyg-top-curve {
    position: absolute;
    top: -33px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.wysiwyg-top-curve svg {
    width: 100%;
    height: auto;
    /*position: absolute;
    top: -28px;
    left: 0;*/
}

.wysiwyg-bottom-curve {
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.wysiwyg-bottom-curve svg {
    width: 100%;
    height: auto;
    /*position: absolute;
    bottom: 0;
    left: 0;*/
}

.wysiwyg.wysiwyg-curve {
    padding: 30px 0;
    margin: 60px 0;
}

.wysiwyg.bg-light-gray.wysiwyg-curve svg path {
    fill: #EDEDED;
}

.wysiwyg.bg-dark-blue.wysiwyg-curve svg path {
    fill: #033976;
}

.wysiwyg.bg-dark-blue h1,
.wysiwyg.bg-dark-blue h2,
.wysiwyg.bg-dark-blue h3,
.wysiwyg.bg-dark-blue h4,
.wysiwyg.bg-dark-blue h5,
.wysiwyg.bg-dark-blue p {
    color: #ffffff;
}

@media (min-width: 768px) {
    .wysiwyg {
        padding: 85px 0 40px;
    }

    .wysiwyg-content {
        padding: 0 30px;
    }

    .wysiwyg .btn {
        margin-bottom: 32px;
    }

    .wysiwyg-bottom-curve {
        bottom: -68px;
    }

    .wysiwyg-top-curve {
        top: -38px;
    }

    .wysiwyg.wysiwyg-curve {
        margin: 68px 0;
    }
}

@media (min-width: 1025px) {
    .wysiwyg {
        padding: 40px 0 56px;
    }

    .wysiwyg-content {
        width: 100%;
        max-width: 1098px;
        margin: 0 auto;
        padding: 0;
    }

    .wysiwyg p {
        font-size: 18px;
    }

    .wysiwyg .btn {
        margin-bottom: 42px;
    }

    .wysiwyg-bottom-curve {
        bottom: -90px;
    }

    .wysiwyg-top-curve {
        top: -60px;
    }

    .wysiwyg.wysiwyg-curve {
        margin: 30px 0;
    }
}

@media (min-width: 1200px) {
    .wysiwyg-bottom-curve {
        bottom: -120px;
    }

    .wysiwyg-top-curve {
        top: -110px;
    }

    .wysiwyg.wysiwyg-curve {
        margin: 114px 0;
        /* padding: 30px 0; */
    }

    .wysiwyg-bottom-curve svg,
    .wysiwyg-top-curve svg {
        height: 160px;
    }
}

@media (min-width: 1800px) {
    .wysiwyg-bottom-curve svg,
    .wysiwyg-top-curve svg {
        height: auto;
    }

    .wysiwyg.wysiwyg-curve {
        margin: 168px 0;
    }

    .wysiwyg-top-curve {
        top: -153px;
    }

    .wysiwyg-bottom-curve {
        bottom: -160px;
    }
}