.bg-secondary_new {
    --bs-bg-opacity: 1;
    background-color: rgb(48 51 70) !important;
}
.btn_new_color {
    background-color: rgb(249 241 52) !important;
    color: black;
    border: 1px solid rgb(249 241 52) !important;
}
.btn_new_color:hover {
    background-color: rgb(249 241 52) !important;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(249 241 52) !important;
}
.bg-secondary_new p  {
    max-width: 500px;
    margin-inline: auto;
}