@media screen and (max-width: 767px) {
    .text-list-box{
        padding: 0.45rem 0.3rem;
    }
    .mobile-br-box{
        display: block;
    }
}