@import "../../variables";
.tab-pane {
    display: none !important;
}
  .bg-bullhorn {
        width: 45px;
        height: 45px;
        background-color: $primary-blue;

        i {
            rotate: 180deg;
        }
    }
      .font-12 {
        font-size: 0.75rem;
    }