.item-configurable-title-wrapper{
    font-weight: 700;
  }
  .content-wrapper .leftborder{
    padding-left: 30px;
    position: relative;
  }
  .content-wrapper .leftborder:before{
    content: "";
    width: 2px;
    height: 49px;
    background: var(--main-blue);
    display: inline-block;
    position: absolute;
    left: 0;
    top: -15px;
  }
  .desc ul li{
      font-family: "Gotham A","Gotham B";
    font-size: 1.6rem;
    color: #000;
    font-weight: 300;
    line-height: 1.75;
    word-wrap: break-word;
  }
  strong{
  font-weight:700;
  }
  @media screen and (min-width: 992px){
    .content-wrapper .leftborder:before{
      height:55px;
    }
  }