.footer-help-sec {
  max-width: 1400px;
  margin: 0 auto;
  padding: 35px 0 45px;
  border: 1px solid #FFFFFF2B;
  border-left: 0;
  border-right: 0;
}
.footer-help-sec .inner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-help-sec .inner-content .text-part {
  display: flex;
  align-items: center;
}
.footer-help-sec .inner-content .text-part p {
  font-family: Biotif;
  font-weight: 500;
  font-size: 38px;
  line-height: 63px;
  letter-spacing: -0.01em;
  padding: 0 8px 0 0;
  margin: 0;
  color: #fff;
}
.footer-help-sec .inner-content .text-part a {
  color: #FFBE63;
  font-family: Biotif;
  font-weight: 500;
  font-size: 38px;
  line-height: 63px;
  letter-spacing: -0.01em;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: underline;
}
.footer-help-sec .inner-content .text-part a:hover {
  color: #f87252;
}
.footer-help-sec .inner-content .social-link ul li:before {
  display: none;
}
.footer-help-sec .inner-content .social-link ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-help-sec .inner-content .social-link ul li{
  padding: 0 25px 0 0;
  margin: 0;
}
.footer-help-sec .inner-content .social-link ul li:last-of-type{
  padding: 0;
}
.footer-help-sec .inner-content .social-link ul li a i {
  color: rgb(255,255,255,0.78);
  font-size: 18px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-help-sec .inner-content .social-link ul li a{
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-help-sec .inner-content .social-link ul li a:hover i{
  color: #F87252;
  
}
body.widget-snippet .footer-help-sec .inner-content .social-link {
  max-width:700px;
  margin: 0 auto;
  padding: 20px;
}
body.widget-snippet .footer-help-sec .inner-content .social-link ul li{
  padding: 10px;  
}
body.widget-snippet .footer-help-sec .inner-content .social-link ul li a{
  padding: 10px;  
}
body.widget-snippet .social-link ul li i{
  padding: 10px;  
}
