.widget-snippet section.container-fluid.top-bar {
    background: rgba(175,0,15,1);
    max-width: 100%;
     padding: 10px 45px;
}
.widget-snippet    section.container-fluid.top-bar .col-sm-4{
        text-align: center;
    }
.widget-snippet    section.container-fluid.top-bar .col-sm-4:first-child {
        text-align: left;
    }
.widget-snippet   section.container-fluid.top-bar .col-sm-4:last-child{
        text-align: right;
    }
.widget-snippet   section.container-fluid.top-bar .top-content p{
        font-size: 15px;
        font-family: Poppins;
        font-weight: normal;
        color:#fff;
        line-height: 30px;
        margin: 0;
    }
@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .widget-snippet section.container-fluid.top-bar {
    padding: 5px 30px;
}
.widget-snippet section.container-fluid.top-bar .top-content p {
    line-height: 20px;
font-size: 14px;
text-align: center;
}
}
