  .brandCard {
    width: 100%;
    background: #fff;
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    border: 1.5px solid #485263;
  }

  .brandCard .brandCount {
    position: absolute;
    top: 0;
    right: 0;
    background: #485263;
    z-index: 99;
    padding: 0 .75rem;
    color: #fff;
    font-size: .75rem;
    min-width: 35px;
    text-align: center;
    border-bottom-left-radius: .5rem;
    height: 1.25rem;
    line-height: 1.25rem;
  }

  .brandCard .brandLogo {
    width: 100%;
    height: 6.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(144, 173, 218, 0.25);
    padding: .5rem;
  }

  .brandCard .brandLogo img {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 60px;
  }

  .brandCard .brandName {
    text-align: center !important;
    color: #000;
    cursor: pointer;
    text-align: center;
  }