body{
    background: linear-gradient(45deg, #d1b0c1, #E1CEB0);
}

:root{
  --brand:#0d6efd;
  --bg: #f8fafc;
}
.hero{
  /*background: radial-gradient(1200px 600px at 50% 0%, rgba(13,110,253,.12), transparent 60%), linear-gradient(180deg,#fff, #f8fafc);*/
  min-height: 60vh;
}
.team-card img{
  width: 140px;
  height: 140px;
  object-fit: cover;
}
footer{
  background: #fff;
}

/* faqs UI styles*/
.accordion-collapse {
  transition: height 0.4s ease;
}
