body.widget-snippet .home-about-us .content .right-part .inner-content .call-content p{
  opacity:unset;
}
.home-about-us {
  width: 100%;
  margin: 140px 0 50px;
}
.home-about-us .content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.home-about-us .content .left-part {
  width: 50%;
}
.home-about-us .content .right-part {
  width: 50%;
  padding: 50px 85px 0 130px;
}
.home-about-us .content .right-part h2{
  color: #000;
  font-family: Futura PT;
  font-size: 56px;
  font-style: normal;
  font-weight: 450;
  line-height: 82px; /* 146.429% */
  letter-spacing: -1.12px;
  margin: 0 0 5px;
  padding: 0;
}
.home-about-us .content .right-part p{
  color: #000;
font-family: Futura PT;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: 0.32px;
  padding: 0;
  margin: 0 0 15px;
}

.home-about-us .content .right-part .inner-content {
  background: rgba(253, 180, 29, 0.07);
  padding: 21px 60px 32px 36px;
  border-left: 2px solid #FDB41D;
  margin: 35px 0;
}
.home-about-us .content .right-part .inner-content h6 {
  color: #000;
  font-family: Futura PT;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4px;
  padding: 0;
  margin: 0 0 13px;
}
.home-about-us .content .right-part .inner-content .call-content{
  padding: 0 0 0 45px;
  position: relative;
}
.home-about-us .content .right-part .inner-content .call-content:before{
  position: absolute;
  content: '';
  width: 36px;
  height: 38px;
  top: 10px;
  left: 0;
  background: url("/template/7e07e034/images/call-icon.svg") no-repeat;
}
.home-about-us .content .right-part .inner-content .call-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;
}
.home-about-us .content .right-part .inner-content .call-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;
}
.home-about-us .content .right-part .inner-content .call-content a:hover{
  color:#000;
}
.home-about-us .content .right-part a.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: 20px 0 0;
}
.home-about-us .content .right-part a.submit-form:hover{
  background: #000;
  color: #fff;
}
