
.list_card__text__title{
 /* font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;*/
  margin-bottom: 10px;
  color: #000000;
}
.list_card__text__description,.list_card__text__description p{
  /*font-family: 'Roboto Condensed',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;*/
  color: #000000;
}

 
.list_card__text__content {
  padding: 50px 35px 35px;
}


.list__text__title,.list__text__title h2{
  /*font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;*/
  text-align: center;
  color: #000000;
  letter-spacing: initial;
text-transform: initial;
}



/****/
.tab__listing {
  margin-bottom: 30px;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}


.tab__element {
 /*font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 140%;*/
  color: #979797;
  padding: 10px 6px;
  cursor: pointer;
  display:flex;
}
.tab__element .number__circle{
color:#F36F21;
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 30px;*/
width:45px;

  text-align:center;
}
.tab__element--active {
display:flex;
  color: #000;
}
.tab__element--active .number__circle{
 background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-image: url(https://20608494.fs1.hubspotusercontent-na1.net/hubfs/20608494/NOT-Rowe/Vector.png);
    text-align: center;
    width: 45px;
    height: 50px;
    padding-top: 9px;

   
}
.tab__content__title {
/*font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 25px;*/
display: flex;
align-items: start;
color: #000000;
  margin-bottom:40px;
}
.tab__element .title__tab{
max-width:260px;
margin-left:10px;
}
.tab__element--active .title__tab h5{
color:#000;
}


.title__tab h5{
  color:#979797;
}



.tab__content__title .number{

font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 25px;
display: flex;
align-items: center;
color: #F36F21;

}
.tab__box {
  position: relative;

}



.tab__box ul {
  list-style: disc;
  margin-top: 10px;
  margin-left: 19px;
}








.tab__box__content {
/*font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 140%;*/
color: #000000;
  padding-left:35px;

}

.tab__box__content ul li::marker {
  color: #f36f21;
}

.tab__image {
  margin: 50px 0;
}
.title__bottom{
max-width:550px;
  padding-left:10px;
}
@media only screen and (max-width: 768px){
.tab__element--active .number__circle{
  width: 45px!important;
    height: 50px!important;
    padding-top: 5px;
  }
  .tab__element .title__tab{
  max-width:260px!important;
  }
   .title__bottom{
    max-width:600px!important;
  }
}
@media only screen and (max-width: 922px) {
  .tab__listing{
  max-width:400px;
    margin:auto;
  }
  .tab__element--active .number__circle{
  width: 70px;
    height: 40px;
    padding-top: 5px;
  }
  .tab__element .title__tab{
  max-width:180px;
  }
  .title__bottom{
    max-width:360px;
  }
}
@media only screen and  (max-width: 480px){
  .products_listing{
    padding-top: 50px!important;
    padding-bottom: 10px!important;
  }
  .tab__image{
  margin:50px 10px;
  }
  .title__bottom{
  max-width:300px!important;
  }
  .tab__box__content{
  padding:0px 35px;
  }
  .tab__content__title{
  padding:0 10px;
  }
}
