#blogroll-header-section {
  background-color: #000033;
  display: flex;
  height: 300px;
  align-items: center;
  margin-top: 75px;
}
#blogroll-header-section img {
  width: 100%;
  max-width: 250px;
}

#blog-roll-topics-section {
  padding: 25px 0;
}
@media (min-width: 992px) {
  #blog-roll-topics-section {
    padding: 50px 0;
  }
}
#blog-roll-topics-section .topic-links {
  text-decoration: none;
}
#blog-roll-topics-section .topic-links .blue-lines {
  fill: #000033;
}
#blog-roll-topics-section .topic-links .green-lines {
  fill: #29b494;
}
#blog-roll-topics-section .topic-links .topics-card {
  background-color: #e7f6f3;
  height: 75px;
  padding: 1rem;
  display: flex;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  #blog-roll-topics-section .topic-links .topics-card {
    padding: 0;
    align-items: center;
    height: 200px;
    justify-content: center;
    flex-direction: column;
  }
}
#blog-roll-topics-section .topic-links .topics-card a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  #blog-roll-topics-section .topic-links .topics-card a {
    display: unset;
    align-items: unset;
  }
}
#blog-roll-topics-section .topic-links .topics-card svg {
  width: 100%;
  max-width: 35px;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  #blog-roll-topics-section .topic-links .topics-card svg {
    max-width: 55px;
    margin-right: unset;
  }
}
#blog-roll-topics-section .topic-links:hover .topics-card, #blog-roll-topics-section .topic-links:active .topics-card {
  background-color: #000033;
}
#blog-roll-topics-section .topic-links:hover .topics-card h3, #blog-roll-topics-section .topic-links:active .topics-card h3 {
  color: #ffffff !important;
}
#blog-roll-topics-section .topic-links:hover .topics-card .blue-lines, #blog-roll-topics-section .topic-links:active .topics-card .blue-lines {
  fill: #29b494;
}
#blog-roll-topics-section .topic-links:hover .topics-card .green-lines, #blog-roll-topics-section .topic-links:active .topics-card .green-lines {
  fill: #ffffff;
}

#blog-roll-feature-section {
  background-color: #f4fafc;
  padding: 25px 0;
}
@media (min-width: 992px) {
  #blog-roll-feature-section {
    padding: 50px 0;
  }
}
#blog-roll-feature-section a {
  font-weight: 600 !important;
}
@media (min-width: 992px) {
  #blog-roll-feature-section .blog-post-card-wrapper:nth-child(2), #blog-roll-feature-section .blog-post-card-wrapper:nth-child(4), #blog-roll-feature-section .blog-post-card-wrapper:nth-child(6) {
    margin-top: 0 !important;
  }
}
#blog-roll-feature-section .blog-post-card {
  border-radius: 15px;
  box-shadow: 1px 1px 6px 2px #F4F4F4;
}
#blog-roll-feature-section .blog-post-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 200px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#blog-roll-feature-section .blog-post-card .blog-post-content {
  padding: 1rem;
  height: 285px;
  background-color: #ffffff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#tags-blog-roll-section {
  padding: 25px 0;
}
@media (min-width: 992px) {
  #tags-blog-roll-section {
    padding: 50px 0;
  }
}
#tags-blog-roll-section a {
  font-weight: 600 !important;
}
@media (min-width: 992px) {
  #tags-blog-roll-section .blog-post-card-wrapper:nth-child(2), #tags-blog-roll-section .blog-post-card-wrapper:nth-child(4), #tags-blog-roll-section .blog-post-card-wrapper:nth-child(6) {
    margin-top: 0 !important;
  }
}
#tags-blog-roll-section .blog-post-card {
  border-radius: 15px;
  box-shadow: 1px 1px 6px 2px #F4F4F4;
}
#tags-blog-roll-section .blog-post-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 200px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#tags-blog-roll-section .blog-post-card .blog-post-content {
  padding: 1rem;
  height: 375px;
  background-color: #ffffff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#blog-post-header-section {
  background-color: #000033;
  display: flex;
  height: 300px;
  align-items: center;
  margin-top: 75px;
}
#blog-post-header-section .author {
  display: inline-flex;
  align-items: center;
}
#blog-post-header-section .author img {
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 5px;
}

#blog-post-main-content {
  padding: 25px 0;
}
@media (min-width: 992px) {
  #blog-post-main-content {
    padding-top: 50px;
  }
}
#blog-post-main-content img {
  border-radius: 1rem;
  width: 100%;
}
#blog-post-main-content a {
  color: #000033 !important;
  text-decoration: none;
  transition: 0.5s !important;
  font-weight: 700;
}
#blog-post-main-content a img {
  width: 100%;
}
#blog-post-main-content a:hover, #blog-post-main-content a:active {
  color: #595959 !important;
}
#blog-post-main-content h2, #blog-post-main-content h3, #blog-post-main-content h4, #blog-post-main-content h5 {
  margin-top: 3rem;
}

#blog-post-share-section {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  #blog-post-share-section {
    padding-bottom: 0;
  }
}
#blog-post-share-section .row {
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
#blog-post-share-section .nav-item {
  padding: 0 0.5rem;
}
#blog-post-share-section .nav-item a {
  background-color: #ffffff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #000033;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
#blog-post-share-section .nav-item a:hover, #blog-post-share-section .nav-item a:active {
  color: #29b494 !important;
}

#blog-post-related-section {
  background-color: #f4fafc;
  padding: 25px 0;
}
@media (min-width: 992px) {
  #blog-post-related-section {
    padding: 50px 0;
  }
}
#blog-post-related-section .blog-post-card-wrapper {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  #blog-post-related-section .blog-post-card-wrapper:nth-child(2), #blog-post-related-section .blog-post-card-wrapper:nth-child(4), #blog-post-related-section .blog-post-card-wrapper:nth-child(6) {
    margin-top: 0;
  }
}
#blog-post-related-section .blog-post-card {
  border-radius: 15px;
  box-shadow: 1px 1px 6px 2px #F4F4F4;
}
#blog-post-related-section .blog-post-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 200px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#blog-post-related-section .blog-post-card .blog-post-content {
  padding: 1rem;
  height: 350px;
  background-color: #ffffff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.card-text {
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}

#index-blog-section {
  padding-top: 25px;
}
@media (min-width: 992px) {
  #index-blog-section {
    padding: 50px 0;
  }
}
#index-blog-section a {
  font-weight: 600 !important;
}

#inner-blog-section {
  padding-top: 25px;
}
@media (min-width: 992px) {
  #inner-blog-section {
    padding: 50px 0;
  }
}

.title-card-border {
  border-top: 1px solid #C1C1C1;
  padding: 12px 0;
}

.index-main-blog-post {
  border-radius: 15px;
  box-shadow: 1px 1px 6px 2px #F4F4F4;
  overflow: hidden;
}

.blog-page-content h2 {
  font-size: 28px !important;
}
@media (min-width: 992px) {
  .blog-page-content h2 {
    font-size: 32px !important;
  }
}
.blog-page-content h3 {
  font-size: 27px !important;
}
.blog-page-content p {
  font-size: 16px !important;
}

.tags a {
  font-size: 13px !important;
  line-height: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
}