/* Cupido section */

#cupido {
    padding-top: 150px;
    position: relative;
}

.cupido__background-drawing--1 {
    z-index: -1;
    position: absolute;
    opacity: 0.16;
    right: 0;
    top: 10px;
}

.cupido__background-drawing--1-height {
    height: 750px;
}

@media only screen and (max-width: 1200px) {
    #cupido {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 1050px) {
    .cupido__background-drawing--1 {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    #cupido {
        padding-top: 0;
    }

    .section_image--wrapper-cupido::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 50px solid transparent;
        border-right: 100vw solid var(--primary-color);
        z-index: 2;
    }
}

/* End cupido section */