body {
  font-family: Poppins, sans-serif;
  color: #050044;
  line-height: 25px;
}

.main p,
.card-text,
.main ul {
  color: #8280a2;
}

a {
  color: #050044;
}

a:hover {
  color: #8280a2;
}

.btn {
  background-color: #050044;
  border-color: #050044;
  text-transform: uppercase;
  border-radius: 0;
}

.jumbo {
  padding: 30px;
  background-size: cover;
}

.no-webp .jumbo {
  background-image: url("/assets/u8wQnbr2OI-960.jpeg");
}

.webp .jumbo {
  background-image: url("/assets/u8wQnbr2OI-960.webp");
}

.insight-jumbo {
  max-height: 500px;
  margin-bottom: 30px;
}

.leader {
  margin: 80px;
}

nav .btn {
  font-size: 12px;
}

.navbar-brand img {
  height: 25px;
}

.nav-link {
  font-size: 12px;
  letter-spacing: 1px;
  color: #1a1b1f;
  text-transform: uppercase;
}

.call-to-action {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
}

hr {
  opacity: 0.1;
  margin-top: 50px;
  margin-bottom: 50px;
}

.author {
  margin-top: 50px;
}

.img-author {
  max-width: 80px;
  border-radius: 100px;
}

.contact-card {
  margin-top: 10px;
  padding: 20px;
}

.contact-card h1,
.contact-card hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.profile-card {
  max-width: 400px;
}

.footer {
  margin-top: 50px;
  font-size: 12px;
  opacity: 0.6;
}

.footer img {
  height: 25px;
}

.bi {
  background-size: 5 rem 6rem;
}
