.text-bg-primary{
    background-color: #d58648!important;;
}

@media only screen and (max-width: 768px) {
    #p-img {
        width: auto!important; /* La largeur devient automatique sur mobile */
        height: 500px!important; /* La largeur devient automatique sur mobile */
    }
}