:root{
    --main-color: #b090c3;
    --dark-color: #0f181d;
}

.bg-section-bed{
    background-position: right center;
    background-repeat: no-repeat;
}


@media (max-width: 900px){
    .bg-section-bed{
        background-position: center;
    }
    .peptistrong_page__hero {
        background-position: top right 30%;
    }

    .bg-section-man {
        background-position: inherit !important;
    }
}