body.widget-snippet .market-needs .inner-content .call-content .text-content p{
opacity:unset;
}
.market-needs {
  width: 100%;
}
.market-needs .inner-content {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.market-needs .inner-content h3 {
  color: #000;
  text-align: center;
  font-family: Futura PT;
  font-size: 56px;
  font-style: normal;
  font-weight: 450;
  line-height: 60px;
  letter-spacing: 1.12px;
  padding: 0;
  margin: 0 auto 40px;
  max-width: 750px;
}

.market-needs .inner-content h6 {
  padding: 0;
  margin:40px 0 30px;
  color: #000;
  text-align: center;
  font-family: Futura PT;
  font-size: 22px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  letter-spacing: 0.44px;
}
.market-needs .inner-content .call-content {
  padding: 30px 60px 35px 36px;
  border: 1px solid #FDB41D;
  background: rgba(253, 180, 29, 0.07);
}
.market-needs .inner-content .call-content .text-content{
    position: relative;
    max-width: 230px;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 0 45px;
}
.market-needs .inner-content .call-content .text-content:before{
  position: absolute;
  content: '';
  width: 36px;
  height: 38px;
  top: 11px;
  left: 0;
  background: url("/template/7e07e034/images/call-icon.svg") no-repeat;
}
.market-needs .inner-content .call-content .text-content p{
  color: #000;
  font-family: Futura PT;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  letter-spacing: 0.28px;
  opacity: 0.6;
  padding: 0;
  margin: 0 0 3px;
}
.market-needs .inner-content .call-content .text-content a{
  color: #FDB41D;
font-family: Futura PT;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 24px;
letter-spacing: 1.12px;
  text-decoration:none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.market-needs .inner-content .call-content .text-content a:hover{
  color:#000;
}
.market-needs .inner-content a.sponsor-submit-form{
  color: #000;
  font-family: Futura PT;
  font-size: 17px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: 0.17px;
  display: block;
  width: 100%;
  max-width: 190px;
  padding: 8px 10px 10px;
  background: #FDB41D;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  margin:0 auto;
}
.market-needs .inner-content a.sponsor-submit-form:hover{
  background: #000;
  color: #fff;
}
