.info-section .section-title h3 {
  color: #111111;
}
.section-title h3 {
  color: #350c6e;
  font-size: 36px;
  text-transform: capitalize;
  margin: 0 0 30px;
}

.hero-banner {
  background: #b887ff;
  padding: 4rem;
  height: 500px;
  overflow: hidden;
  margin-top: 70px;
}

.hero-banner .top-banner h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  font-family: "Lato";
  margin-top: 13%;
  margin-bottom: 0px;
}

.hero-banner .top-banner h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}

.hero-banner .top-banner p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}

.info-section {
  /*background-color: #9b56ff;*/
  padding: 60px 0;
}

.info-section .card {
  background-color: #b887ff;
  text-align: center;
  padding: 40px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.info-section h4 {
  color: #fff;
  font-size: 22px;
  margin: 20px 0px 15px;
}

.info-section p {
  color: #fff;
  font-size: 14px;
  margin: 0px;
}
.info-section .card img {
  width: 95px;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

.credential {
  font-size: 1.2rem !important;
  color: #9b56ff !important;
}
