.divisoria {
    height: 144px;
    background-image: url(../images/bg-curve-desktop.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-top: 6em;
}

/* @media screen and (min-width: 460px) {
    .divisoria {
        height: 53px;
        background-image: url(../images/bg-curve-mobile.svg);
        background-size: auto;
        background: red;
    }
} */

/* @media screen and (max-width: 780px) {
    .divisoria {
        width: 100vw;
    }
} */