* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.WeProvide-section {
  padding: 80px 0px;
  background-color: #f9f9f7;
  z-index: 5;
  margin-top: 160px;
}
.WeProvide-section .cm-vtUs {
  width: 350px;
  background-color: #474747;
  color: white;
  border-radius: 7px;
}
.WeProvide-section .weProvide-Right-div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
  gap: 20px;
}
.weProvide-Right-div .weProvideHeading {
  font-family: "Inknut Antiqua", serif;
  font-size: 2.3rem;
}
.weProvide-Right-div .WeProvideFirstPara {
  font-size: 1rem;
}
.weProvide-Right-div .WeProvideSecondPara {
  font-size: 0.9rem;
  font-weight: 300;
}
.video-Section {
  padding: 100px 0px;
}
.Information-section {
  background-color: #f9f9f7;
  padding: 100px 0px;
}
.Information-section .Little-Heading {
  font-size: 3rem;
  font-family: "Inknut Antiqua", serif;
}
.Information-section .little-para {
  font-size: 0.8rem;
}
.Information-section .card-heading {
  font-family: "Inknut Antiqua", serif;
}
.CustmerSay-Section {
  width: 100%;
  padding: 100px 0px;
}

.CustmerSay-Section .CustmerSay {
  font-size: 2.2rem;
  font-family: "Inknut Antiqua", serif;
}
.CustmerSay-Section .Custmer-Card {
  background-color: #f9f9f7;
  border-radius: 12px;
}
@media screen and (max-width: 600px) {
  .WeProvide-section .cm-vtUs {
    display: none;
  }
  .WeProvide-section {
    margin-top: 50px;
  }
}
