```css id="z2dkk6"
/* =========================
   BLOG ARTICLE MODULE
========================= */

.blog_post {
  background: transparent !important;
}

/* =========================
   GLOBAL ARTICLE LAYOUT
========================= */

.blog-detail-sec {
  padding: 0 0 30px;
  background: #ffffff;
  border-radius: 24px;
  margin-top: 20px;
}

.article-section .content-wrappers {
  max-width: 744px;
  margin: 0 auto;
}

.blog_prev_next {
  padding-bottom: 80px;
}

/* =========================
   ARTICLE TYPOGRAPHY
========================= */

.blog-post-info h1 {
  font-weight: 700;
  font-size: 68px;
  line-height: 100%;
  color: #373A3C;
  margin: 30px 0 20px;
}

.blog-post-info h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #373A3C;
  margin: 30px 0 20px;
}

.blog-post-info h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 115%;
  color: #373A3C;
  margin-bottom: 20px;
}

.blog-post-info h4 {
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  color: #373A3C;
  margin-bottom: 15px;
}

.blog-post-info h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #373A3C;
}

.blog-post-info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 20px;
  color: #373A3C;
  opacity: 0.9;
}

.blog-post-info p span {
  font-weight: 700;
  color: #3DAE2B;
}

.blog-post-info ul li,
.blog-post-info ol li {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #373A3C;
}

/* =========================
   CUSTOM LIST STYLE
========================= */

.blog-post-info ul.crochets {
  padding-left: 10px !important;
}

.blog-post-info ul.crochets li {
  list-style: none;
}

.blog-post-info ul.crochets li::before,
.blog-post-info .bg_colors .icon_h h3::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url('https://47344828.fs1.hubspotusercontent-na1.net/hubfs/47344828/Vector%20(32).png');
  background-repeat: no-repeat;
  background-size: contain;
}

/* =========================
   LINKS
========================= */

.blog-post-info p a {
  color: #3DAE2B;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.blog-post-info p a:hover {
  color: #373A3C;
  text-decoration: none;
}

/* =========================
   HIGHLIGHT BOX
========================= */

.blog-post-info .bg_colors {
  background-color: #EFEFEF;
  padding: 20px;
  margin: 40px 0;
  border-radius: 16px;
}

.blog-post-info .bg_colors .icon_h h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  color: #3DAE2B;
  margin-bottom: 10px;
}

.blog-post-info .bg_colors .icon_h p {
  padding-left: 30px;
  margin-bottom: 10px;
}

/* =========================
   IMAGE + TEXT SECTION
========================= */

.blog-post-info .text_img .text_img_sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-post-info .text_img .text_img_sec .text_s {
  width: 60%;
}

.blog-post-info .text_img .text_img_sec .img_s {
  width: 40%;
}

/* =========================
   TABLES
========================= */

.blog-post-info table {
  width: 100%;
  border-collapse: collapse;
}

.blog-post-info table thead tr {
  border-bottom: 3px solid #3DAE2B;
}

.blog-post-info table thead tr th {
  background: #373A3C;
  width: 25%;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  padding: 16px;
}

.blog-post-info table thead tr th:first-child {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.blog-post-info table tbody {
  background: #EFEFEF;
}

.blog-post-info table tbody tr td {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
  color: #3D3936;
  padding: 16px;
}

.blog-post-info table tbody tr td:first-child,
.blog-post-info table tbody tr:first-child td {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
}

/* =========================
   AUTHOR SECTION
========================= */

.author-sec {
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 0 0 0 40px;
}

.author-img {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.author-img img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  border: 3px solid #ffffff;
}

.author-info {
  margin-left: 20px;
  color: #ffffff;
}

.author-name {
  display: block;
  font-family: 'Archivo Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #ffffff;
}

.author-link:hover .author-name {
  text-decoration: underline;
}

.author-name + .descriptions {
  margin-top: 5px;
}

.descriptions {
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
}

/* =========================
   SOCIAL ICONS
========================= */

.social_media_info_list {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
}

.social_media_info_list .social_m_i svg path {
  fill: #ffffff;
  transition: fill 0.2s ease;
}

.social_media_info_list .social_m_i:hover svg path {
  fill: #3DAE2B;
}

/* =========================
   AUDIO
========================= */

.blog-detail-sec .audio audio {
  width: 100%;
}

/* =========================
   AEO / GEO UX
========================= */

.blog-post-info h2,
.blog-post-info h3,
.blog-post-info h4 {
  scroll-margin-top: 120px;
}

/* =========================
   MOBILE
========================= */

@media only screen and (max-width: 767px) {

  .blog-detail-sec {
    padding: 35px 0 30px;
  }

  .blog-post-info h1 {
    font-size: 46px;
  }

  .blog-post-info h2 {
    font-size: 40px;
    margin: 20px 0;
  }

  .blog-post-info h3 {
    font-size: 28px;
  }

  .blog-post-info h4 {
    font-size: 24px;
  }

  .blog-post-info h5 {
    font-size: 20px;
  }

  .blog-post-info p,
  .blog-post-info ul li,
  .blog-post-info ol li {
    font-size: 16px;
  }

  .blog-post-info .bg_colors {
    margin: 20px 0;
    padding: 15px;
  }

  .blog-post-info .bg_colors .icon_h h3 {
    font-size: 22px;
  }

  .blog-post-info .text_img .text_img_sec .text_s,
  .blog-post-info .text_img .text_img_sec .img_s {
    width: 100%;
  }

  .author-sec {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }

  .author-img img {
    margin-bottom: 10px;
  }

  .author-info {
    margin-left: 0;
  }

  .author-name {
    font-size: 20px;
  }

  .descriptions {
    font-size: 16px;
  }

  .blog_prev_next {
    padding-bottom: 30px;
  }

  .blog_prev_next a {
    width: 50%;
  }

  .blog-post .blog_post_background {
    width: 100%;
  }
}

/* =========================
   TABLET
========================= */

@media (min-width: 768px) and (max-width: 1024px) {

  .blog-detail-sec {
    padding: 40px 0;
  }

  .blog-post-info h1 {
    font-size: 56px;
  }

  .blog-post-info h2 {
    font-size: 48px;
  }

  .blog-post-info h3 {
    font-size: 30px;
  }

  .blog-post-info h5 {
    font-size: 22px;
  }

  .blog-post-info .bg_colors {
    margin: 30px 0;
  }
}
```

