.label-bs {
    width: 100%;
    text-align: center;
    margin-bottom: -9px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4a4b4b;
}
@media only screen and (min-width: 1280px) {
    .label-bs {
        margin-bottom: 7px;
    }
  }