.site-heading-widget  p.site-heading_heading-description{
    letter-spacing: .4px;
}

.bg-card-wrapper .bg-card{
    
}

.bg-card-wrapper .bg-card .card-content h3 {
    background: linear-gradient(90deg, #921fea 0%, #e22eab 48.87%, #fca528 100%);
    color: var(--wt-common-white);
    display: inline-block;
    border-radius: 30px;
    padding: 20px 36px;
    font-size: 18px;
    font-weight: var(--wt-fw-sbold);
    transition: 0.4s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    width: 100%;
}



/* FOOTER */


.custom-logo{
    height: auto;
    max-width: 100%;
}


.footer-main  .ftr-social {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}
.footer-main  .ftr-social a {
  background: #ffffff;
  color: #011f55;
  border: 2px solid #011f55;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  margin-right: 15px;
}

.footer-main  .ftr-social a:hover {
  color: #ffffff;
  background: #011f55;
  border: 2px solid #fff;
}

.footer-main  .ftr-social svg {
  max-width: 65%;
}