body { 
    background-color: #3f1b6d;
}
.rcompra { 
    height: auto;
    width: 80%; 
    display: flex;
    background-color: #b0b0b0;
    margin-bottom: 10px;
}

.imgg10 { 
    width: 20%;
    height: 40%; 
}

.imgg10 img { 
    height: 100%; 
    width: 100%;
}

.textt10 { 
    width: 80%; 
    height: 100%;
    background-color: black;
    display: flex; 
    align-items: center;
    flex-direction: column;
}

.tituloo10 { 
    width: 100%; 
    height: 15%; 
    background-color: white;
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.ppp { 
    height: 85%;
    width: 100%;
    display: flex; 
    
}

.ppp p { 
    margin: 10px;
    color: white;
}


@media (max-width: 768px) { 
    .rcompra { 
        width: 100%; 
        height: auto;
    } 
    .textt10 { 
        width: 60%;
    } 
    .imgg10 { 
        width: 40%;
    }
}