body.widget-snippet .footer-cta {
  padding:50px 0;
}
body.widget-snippet .footer-cta .btn-item .single-btn,
.fee .widget-snippet .footer-cta .btn-item .single-btn{
padding:10px;
}
.footer-cta {
  max-width: 850px;
  margin: 0 auto;
  background:#000;
  text-align: center;
}
.footer-cta  h2{
  display: inline-block;
  margin: 0 0 50px;
  padding: 0;
  font-size: 47px;
  color: #fff;
  font-family: 'Lexend';
  line-height: 62px;
  font-weight: 600;
  text-align: center;
}
.footer-cta  h2 b{
  display:block;
  font-weight: 600;
}
.footer-cta .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-cta .btn-item .single-btn a {
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  padding: 0;
  font-family: 'Lexend';
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-cta .btn-itemn .single-btn a:hover{
  color: #008DF2;
  text-decoration: none;
}
.footer-cta .btn-item .single-btn:last-of-type a{
  padding: 0 0 5px;
  border-bottom: 1px solid #fff;
  margin: 0 0 0 36px;
}
.footer-cta .btn-item .single-btn:last-of-type a:hover{
  color: #008DF2;
  border-bottom: 1px solid #008DF2;
}
.footer-cta .btn-item .single-btn:first-of-type{
  max-width: 175px;
  width: 100%;
}
.footer-cta .btn-item .single-btn:first-of-type a{
  max-width: 175px;
  margin: 0;
  display: block;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 28px;
  height: 48px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  background: #008DF2;
  width: 100%;
  border-radius: 50px;
  font-size: 17px;
  border-bottom:0;
}
.footer-cta .btn-item .single-btn:first-of-type a:hover{
  background: #fff;
  color: #000;
  text-decoration: none;
  border-bottom:0;
}
