
.combo__itemBox {
    border-radius: 30px;
    position: relative;
  }
  @media (min-width: 996px) {
    .combo__itemBox {
        width: 90%;
        margin: 0 auto;
    }
  }
  .combo__itemBox-flex {
    color: #fff;
    position: relative;
    z-index: 1;
  }
  @media (min-width: 996px) {
    .combo__itemBox-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
  }
  @media (min-width: 996px) {
    .combo__pdName {
        width: 40%;
        margin: 0;
    }
  }
  .project .models__wrapper .tabs__panel .combo__pdName h3, .project .models__wrapper .tabs__panel .combo__pdCategory h3 {
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  .project .models__wrapper .tabs__panel .combo__pdName-box p, .project .models__wrapper .tabs__panel .combo__pdCategory-box p {
    color: #fff;
  }
  .project .models__wrapper .tabs__panel .combo__pdCategory h3 span {
    font-size: 12px;
  }
  .combo__pdName-box {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 3% auto;
    text-align: center;
  }
  @media (min-width: 996px) {
    .combo__pdCategory {
        width: 40%;
        margin: 0;
      }
  }
  .combo__pdCategory-box {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 3% auto;
    text-align: center;
  }

  .combo-symbol {
    width: 10%;
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  @media (min-width: 996px) {
    .combo-symbol {
        margin: 0;
    }
  }
  .combo-symbol::after {
    content: "";
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
  }
  .combo-symbol p {
    color: #ffffff;
    font-size: 40px;
    position: relative;
    z-index: 1;
  }

@media (min-width: 996px) {
    
}