.sc_uberuns {
    display: flex;
    margin: 0 10% 0 5%;
    align-items: center;
    font-family: 'Arial', sans-serif;
}

.sc_uberuns hr{
    margin-bottom: 2rem;
    border: 0;
    height: 3px;
    background:rgba(79, 85, 252, 0.5);
}

.sc_uberuns p {
    font-size: clamp(1rem, 3vw, 1.4rem);
    line-height: 1.6;
    text-align: justify;
    
}

.sc_uberuns img {
    width: clamp(10rem, 50rem, 100%);
    z-index: -50;
    height: auto;
    margin-bottom: 20px;
}

@media (max-width: 1450px) {
    .sc_uberuns {
        flex-wrap: wrap-reverse;
        margin: 0 5% 0 5%;
    }

    .sc_uberuns img {
        margin-left: auto;
        margin-right: auto;
    }
}

