.equity-market-header h1 {
    text-align: center;
    font-size: 28px;
    color: #000;
    margin-top: 1rem;
    /*font-family: 'Open-Sans-bold';*/
}
.product-main{
  display: block;
  padding-bottom: 3rem;
 }
 #productService .card {
  margin-bottom: 0px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}

 #productService .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 0px;
  padding: 0;
  background-color: #fff;
}

 #productService .card .card-header .btn-header-link,
 .connect-view h5{
  display: block;
  font-size: 1rem;
  text-align: left;
    margin-bottom: 0rem;
    color: #252525;
    font-weight: normal;
  padding: 10px;
  border-radius: 0;
}
#productService .card .card-header .btn-header-link span{
  margin-left: 15px;
  display: inline-block;
  /*font-family: 'Open-Sans-bold';*/
  font-size: 15px;
  font-weight:bold;
}
 #productService .card .card-header .btn-header-link:after {
  content: "\f068";
  font-family: FontAwesome;
  font-weight: 900;
  float: left;
  color: #d02423;
}

 #productService .card .card-header .btn-header-link.collapsed {
  color: #252525;
}

 #productService .card .card-header .btn-header-link.collapsed:after {
  content: "\f067";
  color: #d02423;
}

 #productService .card .collapsing {
  line-height: 30px;
}

 #productService .card .collapse {
  border: 0;
}

 #productService .card .collapse.show {
  line-height: 30px;
  color: #252525;
}
#productService .card-body{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#productService .card-body ul{
  list-style-type: none;
  padding: 0;
}
.get-in-touch{
  padding: 10px;
}
.product-main p
{
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  color: #000;
}
/**/
@media(min-width:576px) and (max-width:767px){
  .equity-market-header h1{
    font-size: 26px;
  }
  #productService .card .card-header .btn-header-link span{
    margin-left: 7px;
    font-size: 14px;
  }
}
@media(min-width:320px) and (max-width:575px){
  .equity-market-header h1{
    font-size: 26px;
  }
  #productService .card .card-header .btn-header-link span{
    margin-left: 7px;
    font-size: 14px;
  }
}