.squiggle-curly {
    position: relative;
    z-index: 1;
}
.squiggle-curly::after {
    content: "";
    background-image: url("../img/squiggles/curly-squiggle.svg");
    width: 332px;
    height: 83px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 150px;
}
@media (max-width: 768px) {
    .squiggle-curly::after {
        display: none;
    }
}