.blog-header {
  height: 60vh;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(240, 240, 240, 0.8) 100%), url("/assets/img/jungle-muur-waterval-1-1400x764.jpg");
  color: #fff;
}
.blog-header h1.heading-title {
  font-size: 64px;
  text-transform: uppercase;
}
.blog-header p {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.section-blog .card-blog-small {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff !important;
  padding: 8px;
}
.section-blog .card-blog-small .link-small-card {
  width: 100%;
}
.section-blog .card-blog-small .card-img-top {
  height: 232px;
  width: 100% !important;
  padding: 8px 8px 8px 0;
}
.section-blog .card-blog-small .card-body {
  background: #fff !important;
}
.section-blog .card-blog-small .card-body .blog-tag {
  background-color: #e2e2e2 !important;
  color: #00539c !important;
  margin-top: 8px !important;
}
.section-blog .card-blog-small .card-body .card-blog-title {
  font-size: 20px !important;
  width: 306px;
  line-height: 28px;
}
.section-blog .card-blog-small .card-body .img-author {
  background-color: #00539c !important;
}
.section-blog .card {
  background-color: #f0f0f0;
  border-radius: 24px;
  margin: 0 0 12px 0;
}
.section-blog .card img {
  padding: 8px;
  border-radius: 24px;
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-blog .card .card-body {
  padding-top: 0;
  border-radius: 24px;
  background-color: #f0f0f0;
}
.section-blog .card .card-body .blog-tag {
  display: inline-block;
  margin: 0 0 8px 0;
  background-color: #00539c;
  color: #fff;
  border-radius: 24px;
  padding: 2px 8px;
  font-size: 14px;
}
.section-blog .card .card-body .card-blog-title {
  font-weight: 600;
  font-size: 24px;
}
.section-blog .card .card-body .article-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.section-blog .card .card-body .article-author .author-name-date {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-wrap: wrap;
}
.section-blog .card .card-body .article-author .author-name {
  margin-bottom: 2px !important;
}
.section-blog .card .card-body .article-author .article-publish-date {
  margin: 0;
}
.section-blog .card .card-body .article-author .img-author {
  height: 58px;
  width: 58px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f0f0f0;
  border-radius: 100%;
  border: 3px solid #e2e2e2;
  padding: 2px;
}

.banner-article {
  height: auto !important;
  margin-top: 20px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-article .article-tag {
  border: 1px solid #e2e2e2;
  color: #00539c;
  border-radius: 24px;
  display: inline-block;
  padding: 4px 12px;
}
.banner-article #articleTitle {
  color: #00539c;
  font-size: 55px;
  width: 80%;
  margin: 8px auto;
}
.banner-article #articleTitle a {
  font-size: inherit !important;
}
.banner-article .blog-author .img-author {
  height: 64px;
  width: 64px;
}

.article-main {
  padding: 0px;
}
.article-main .img-main-article {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 38px;
}
.article-main h2,
.article-main h4 {
  margin-top: 38px;
  color: #00539c;
}
.article-main h2 a,
.article-main h4 a {
  font-size: inherit !important;
}
.article-main p {
  margin: 12px 0 12px 0;
  font-size: 20px;
}
.article-main p a {
  font-size: 20px !important;
}
.article-main .footer-cta {
  font-size: 24px;
}
.article-main .footer-cta a.footer-cta-link {
  font-size: 24px !important;
  font-weight: 800;
}
.article-main .link-blog {
  font-size: 32px !important;
  font-weight: 600;
}

#section-latest-blog-cards {
  padding: 30px 0 !important;
}

.article-tags h4 {
  margin: 8px 2px;
}

.share-box i.fa-brands,
.share-box i.fa-solid,
.share-box i.fas {
  font-size: 24px;
}
.share-box a {
  margin: 8px 2px;
}

h3 {
  color: #00539c !important;
}

.study-section {
  margin-bottom: 3rem;
}
.study-section strong {
  color: #00539c;
}

.study-title {
  margin-bottom: 1rem;
}

.study-content {
  margin-bottom: 1rem;
}

.study-link {
  margin-top: 1rem;
}/*# sourceMappingURL=blog.css.map */