.bg-orange {
    background-color: #f77700;
}
.orange{
    color: #f77700;
}
@media screen and (max-width: 800px) {
    .dis{
        display: none;
    }
}