.si-text-revel-anim p {
  color: #ffffff;
}
:root {
  --si-ff-body: "Inter", sans-serif;
}
p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  font-family: var(--si-ff-body);
  color: var(--si-common-text-body);
}
.text-primary {
  color: #643fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #643fff;
}
.black-bg-btn {
  background-color: #643fff;
  color: #ffffff;
}
.si-btn-one {
  background-color: #643fff;
}
.si-header-logo img{
width: 490px !important;
}
.about-image{
  height: 450px !important;
  width: 100%;
}
.about-image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}