.bsd{
width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;}
.bsd .bs{
border: #b34c19 1px solid;
    border-radius: 5px;
    color: #b34c19;
    float: left;
    text-align: center !important;
    margin-right: 10px;}
.bsd .bs p{
margin: 0 0 0 0;
    padding: 2px 10px;
    color: #b34c19;}

.bsd .ss{
border: #0096f3 1px solid;
    border-radius: 5px;
    color: #0096f3;
    float: left;
    text-align: center !important;
    margin-right: 10px;}
.bsd .ss p{
margin: 0 0 0 0;
    padding: 2px 10px;
    color: #0096f3;}

