body {
  font-family: 'Source Serif Pro';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #111322;
  margin: 0;
}

.post-body-content img {
  width: 100% !important;
}
.post-body-content small {
  margin-top: 12px;
  color: rgb(71, 84, 103);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-family:Figtree;
  letter-spacing: 0em;
}

span {
  text-align: initial !important
}

body ul li {
  font-family: 'Inter';
}
h1,h2,h3,h4,h5,h6 {
  font-family: Figtree;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -2%;
  color: #111322;
  margin: 0;
}
h1 {
  font-size: 40px;
  line-height: 48px;
}
h2 {
  font-size: 36px;
  line-height: 44px;
}
h3 {
  font-size: 32px;
  line-height: 40px;
}
h4 {
  font-size: 28px;
  line-height: 36px;
}
h5 {
  font-size: 24px;
  line-height: 32px;
}
h6 {
  font-size: 24px;
  line-height: 32px;
}
P {
  margin: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
.body-container-top {
  background-color: rgba(0, 0, 0, .02);
  padding: 0 80px;
}

.post-body-inner {
  padding: 32px 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
}

.post-body-inner .post-body-right {
  padding: 24px 8px 24px 24px;
}

.post-body-inner .post-body-right .blog-content-list {
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  display: flex;
  margin-bottom:40px;
}

.post-body-inner .post-body-right .blog-content-list p {font-family: Figtree;font-size: 14px;font-style: normal;font-weight: 500;line-height: 20px;color: #5D6B98;}

.post-body-inner .post-body-right .blog-content-list ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: stretch;
  border-left: 1px solid #DCDFEA;
  margin: 0;
  list-style: none;
  padding: 0;
}

.post-body-inner .post-body-right .blog-content-list ul li {
  display: flex;
  padding: 8px 12px 8px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.post-body-inner .post-body-right .blog-content-list ul li a {
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  color: #404968;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  text-decoration: none;
}

.post-body-inner .post-body-right .social-share {
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 40px;
  display:flex;
}

.post-body-inner .post-body-right .social-share p {
  padding: 0px 8px;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  color: #5D6B98;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.post-body-inner .post-body-right .social-share .social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  position: relative;
}

.post-body-inner .post-body-right .social-share .social-icons a {
  text-decoration: none;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.post-body-inner .post-body-right .social-share .social-icons a svg {
  width: 24px;
  height: 24px;
}

.post-body-inner .post-body-right {
  min-width: 415px;
  position: sticky;
  top: 65px;
  transition: all 0.3s ease-out;
}
.nav-up .post-body-inner .post-body-right {
  top: 0;
}
.post-body-inner .post-body-right .social-share .social-icons .cpoytext {
  align-items: center;
  background-color: #00a251;
  display: flex;
  padding: 8px 24px;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 45%;
  right: auto;
  z-index: 9;
}

.post-body-inner .post-body-right .social-share .social-icons .cpoytext svg {
  width: 16px;
  height: 16px;
}

.post-body-inner .post-body-right .social-share .social-icons .cpoytext p {
  padding: 0;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-overflow: initial;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
  overflow: initial;
}

.post-body-inner .post-body-right .social-share .social-icons .cpoytext .cpoytext-inner {
  gap: 10px;
  display: flex;
  align-items: center;
}

.post-body-left {
  padding: 16px 32px 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: self-start;
}

.post-body-left .featured-wrapper {
  display: flex;
  height: 400px;
  max-height: 440px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  position: relative;
}

.post-body-left .featured-wrapper .featured-img {
  width: 100%;
  border-radius: 8px;
  max-height: 100%;
  object-fit:cover;
}

.post-body-left .featured-wrapper .featured-icon {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -37.267px;
  top: -21px;
  border-radius: 7499.25px;
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  align-self: stretch;
}

.post-body-left .featured-wrapper .featured-icon img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-top: -7px;
  margin-right: -2px;
  animation: rotation 15s linear infinite;
}

.related-posts a.r-post:hover .r-post-cntnt-wrapper .r-post-title h2 {
  color: #905bef;
}

/* .post-body-content span {
display: flex;
flex-direction: column;
gap: 24px;
} */
.post-body-content h1,
.post-body-content h2,
.post-body-content h3,
.post-body-content h4,
.post-body-content h5,
.post-body-content h6,
.post-body-content table{
  margin-bottom: 24px;
}
.post-body-content h1,
.post-body-content h2,
.post-body-content h3,
.post-body-content h4,
.post-body-content h5,
.post-body-content h6{
  text-align: initial !important;
}
.post-body-content p {
  font-family: 'Figtree';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 24px;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 600;
}

.related-post-wrapper {
  display: flex;
  padding: 0 80px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.related-post-wrapper .inner {
  max-width: 1280px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  display: flex;
  padding: 40px 0;
  width:100%;
}

.related-post-wrapper .heading-wrapper {
  display: flex;
  gap: 40px;
  padding: 16px 0;
  align-self: stretch;
  align-items: center;
}

.related-post-wrapper .heading-wrapper span.line {
  background: #EAECF0;
  width: 80%;
  height: 1px;
  display: block;
}

.related-post-wrapper .heading-wrapper .title {
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  color: #1D2939;
}

.related-post-wrapper .heading-wrapper .title span {
  color: #6938EF;
}

.related-posts {
  display: flex;
  gap: 16px;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
}

.related-posts .hs_cos_wrapper_type_related_blog_posts {
  display: flex;
  gap: 16px;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
}

.related-posts a.r-post {
  align-items: flex-start;
  border: 1px solid #eff1f5;
  border-radius: 12px;
  display: flex;
  width: 25%;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
}

.related-posts a.r-post .r-post-img {
  height: 180px;
  align-self: stretch;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.related-posts a.r-post .r-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  transition: transform 0.3s ease;
}

.related-posts a.r-post:hover .r-post-img img {
  transform: scale(1.1);
}

.related-posts a.r-post .r-post-img .r-post-tag {
  display: inline-flex;
  padding: 2px 8px;
  align-items: center;
  gap: 4px;
  border-radius: 16px;
  background: var(--Gray-Cool-100, #EFF1F5);
  position: absolute;
  right: 16px;
  top: 16px;
}

.related-posts a.r-post .r-post-img .r-post-tag p {
  color: var(--Gray-Cool-700, #404968);
  text-align: center;
  font-family: Figtree;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.post-body-inner .post-body-right .social-share .social-icons .cpoytext.show {
  display: flex !important;
}


.related-posts a.r-post .r-post-cntnt-wrapper {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  background: #fff;
  border-radius: 12px;
}

.related-posts a.r-post .r-post-cntnt-wrapper .r-post-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.related-posts a.r-post .r-post-cntnt-wrapper .r-post-title .heading {
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: var(--Gray-Cool-900, #111322);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  text-decoration: none;
  display: -webkit-box;
}

.related-posts a.r-post .r-post-cntnt-wrapper .r-post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.related-posts a.r-post .r-post-cntnt-wrapper .r-post-meta .r-post-meta-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.related-posts a.r-post .r-post-cntnt-wrapper .r-post-meta .r-post-meta-inner p {
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #7D89B0;
  text-transform: capitalize;
}

.related-posts a.r-post .r-post-cntnt-wrapper .r-post-meta .r-post-meta-inner svg {
  stroke: var(--Gray-Cool-200, #DCDFEA);
  flex-shrink: 0;
}

.related-posts a.r-post .r-post-cntnt-wrapper .r-post-meta svg {
  width: 16px;
  height: 16px;
}

.post-body-inner .post-body-right .blog-content-list ul li:hover, .post-body-inner .post-body-right .blog-content-list ul li.active {
  border-left: 2px solid var(--Gray-Cool-500, #5D6B98);
  background: var(--Gray-Cool-100, #EFF1F5);
}

#hs_cos_wrapper_blog_comments {
  width: 100%;
}

#hs_cos_wrapper_blog_comments .post-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

#hs_cos_wrapper_blog_comments .post-footer .new-comments {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  order: 2;
}

#hs_cos_wrapper_blog_comments .post-footer .new-comments .comment {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-bottom: 1px solid #DCDFEA;
  border-top: 0;
  padding: 40px 32px;
  justify-content: space-between;
  flex-wrap: wrap;
}

#hs_cos_wrapper_blog_comments .post-footer .new-comments .comment .comment-reply-to {
  display: none;
}

#hs_cos_wrapper_blog_comments .post-footer .new-comments .comment .comment-body {
  width: 100%;
}

#hs_cos_wrapper_blog_comments .post-footer .new-comments .comment .comment-from h4 {
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  overflow: hidden;
  color: #344054;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#hs_cos_wrapper_blog_comments .post-footer .new-comments .comment .comment-from h4 a {
  color: #344054;
}

#hs_cos_wrapper_blog_comments .post-footer .new-comments .comment .comment-date {
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#hs_cos_wrapper_blog_comments .post-footer .new-comments .comment .comment-body p {
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #101828;
}

#hs_cos_wrapper_blog_comments .post-footer>div {
  width: 100%;
}

#hs_cos_wrapper_blog_comments .post-footer form {
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #EFF1F5;
  background-color: #FFF;
  background-image: url('//19948058.fs1.hubspotusercontent-na1.net/hubfs/19948058/bg-1.svg');
  box-shadow: 0px 16px 10px 0px rgba(0, 0, 0, 0.02), 0px 7px 7px 0px rgba(0, 0, 0, 0.03), 0px 2px 4px 0px rgba(0, 0, 0, 0.03), 0px 0px 0px 0px rgba(0, 0, 0, 0.03);
  gap: 16px;
  background-repeat: no-repeat;
}

#hs_cos_wrapper_blog_comments .post-footer form fieldset.form-columns-0 .hs-main-font-element .heading_h2 {
  font-family: Figtree;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 125% */
  letter-spacing: -0.64px;
  color: #111322;
}

#hs_cos_wrapper_blog_comments .post-footer form fieldset.form-columns-0 .hs-main-font-element p {
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #5D6B98;
}

#hs_cos_wrapper_blog_comments .post-footer form fieldset.form-columns-0 .hs-main-font-element {
  margin-bottom: 24px;
}

#hs_cos_wrapper_blog_comments .post-footer form fieldset.form-columns-2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  max-width: initial;
}

#hs_cos_wrapper_blog_comments .post-footer form fieldset .hs-form-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
  width: 100%;
  float: none;
}

#hs_cos_wrapper_blog_comments .post-footer form fieldset label {
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  overflow: hidden;
  color: #101828;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#hs_cos_wrapper_blog_comments .post-footer form fieldset .input {
  width: 100%;
  margin: 0;
  display: flex;
}

#hs_cos_wrapper_blog_comments .post-footer form fieldset .input input {
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #fff;
  display: flex;
  padding: 12px 12px 12px 16px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #98A2B3;
}

#hs_cos_wrapper_blog_comments .post-footer form fieldset.form-columns-1 {
  width: 100%;
  max-width: initial;
  display: flex;
}

#hs_cos_wrapper_blog_comments .post-footer form fieldset .input textarea.hs-fieldtype-textarea {
  width: 100%;
  w'CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX'; w'CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX'; border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #fff;
  display: flex;
  padding: 12px 12px 12px 16px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #98A2B3;
}

#hs_cos_wrapper_blog_comments .post-footer form .hs_submit {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

#hs_cos_wrapper_blog_comments .post-footer form .hs_submit input.hs-button {
  display: flex;
  max-width: 400px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #111322;
  border: none;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
}

.post-body-content h2 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}

.post-body-content td {
  padding: 10px !important;
  text-align: center !important;
  vertical-align: top;
}

.post-body-content td p {
  padding: 0;
  margin: 0;
  font-size: 16px !important;
  line-height: 24px !important;
}

.post-body-content p {
  text-align: left !important;
}

.hs_error_rollup {
  display: none;
}

.hs-error-msgs li label {
  color: red !important;
}

.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  color: red;
}





@keyframes rotation {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}


@media (max-width: 1380px) {
  .related-post-wrapper .heading-wrapper span.line {
    width: 75%;
  }
}

@media (max-width: 1140px) {
  .related-post-wrapper .heading-wrapper span.line {
    width: 70%;
  }
}

@media (max-width: 1100px) {
  .post-body-inner .post-body-right {
    min-width: 350px;
  }
}

@media (max-width: 991px) {
  .body-container-top {
    padding: 0;
  }

  #hs_cos_wrapper_blog_comments .post-footer form {
    padding: 32px 16px;
  }

  #hs_cos_wrapper_blog_comments .post-footer form fieldset.form-columns-0 .hs-main-font-element .heading_h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  #hs_cos_wrapper_blog_comments .post-footer form fieldset.form-columns-0 .hs-main-font-element p {
    font-size: 14px;
    line-height: 20px;
  }

  #hs_cos_wrapper_blog_comments .post-footer form fieldset.form-columns-2 {
    flex-direction: column;
  }

  #hs_cos_wrapper_blog_comments .post-footer form .hs_submit {
    justify-content: center;
  }

  div#hs_cos_wrapper_bottom_banner {width: 100%;}

  div#hs_cos_wrapper_middle_banner {
    width: 100%;
  }

  .related-posts a.r-post {
    width: auto;
  }

  .related-posts a.r-post .r-post-img .r-post-tag {
    display: none;
  }

  .post-body-inner {
    padding: 8px 8px 24px;
    gap: 24px;
    flex-direction: column;
    background: #F9F9FB;
  }

  .post-body-left {
    order: 2;
    padding: 0;
    gap: 32px;
  }

  .post-body-right-wrap {
    order: 1;
  }

  .post-body-inner .post-body-right {
    min-width: auto;
    padding: 0;
    position: relative;
    top:auto;
  }

  .post-body-inner .post-body-right .blog-content-list p {
    padding: 0 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .post-body-inner .post-body-right .blog-content-list ul {
    border: none;
    gap: 2px;
    border-radius: 8px;
  }

  .post-body-inner .post-body-right .blog-content-list ul li {
    background: #EFF1F5;
    height: 40px;
    padding: 12px 12px 0px 16px;
  }

  .post-body-inner .post-body-right .blog-content-list ul li a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }

  .post-body-inner .post-body-right .blog-content-list ul li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .post-body-inner .post-body-right .blog-content-list ul li:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .post-body-inner .post-body-right #hs_cos_wrapper_sidebar_banner {
    display: none;
  }

  .post-body-inner .post-body-right .social-share {
    order: 2;
    display: flex;
    padding: 0px 8px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: initial;
    flex-direction: initial;
  }

  .post-body-inner .post-body-right .blog-content-list {
    order: 3;
  }

  .post-body-inner .post-body-right .social-share p {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .post-body-inner .post-body-right .social-share .social-icons {
    justify-content: center;
    align-items: center;
  }

  .post-body-inner .post-body-right .social-share .social-icons a {
    padding: 12px;
  }

  .post-body-inner .post-body-right .social-share .social-icons a svg {
    width: 20px;
    height: 20px;
  }

  .post-body-inner .post-body-right .featured-mob {
    display: block !important;
    margin-bottom:16px;
  }

  .post-body-inner .post-body-right .featured-mob .featured-img {
    width: 100%;
  }

  .post-body-left .featured-wrapper {
    display: none;
  }

  .post-body-content  p {
    padding: 0 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .post-body-content h1,.post-body-content h2.post-body-content h3,.post-body-content h4,.post-body-content h5,.post-body-content h6 {
    padding: 0 8px;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.56px;
    margin-bottom: 24px;
  }

  .related-post-wrapper {
    padding: 0 16px;
  }

  .related-post-wrapper .inner {
    padding: 24px 0;
    gap: 24px;
    margin: 0;
    max-width: none;
  }

  .related-post-wrapper .heading-wrapper {
    padding: 0;
  }

  .related-post-wrapper .heading-wrapper span.line {
    display: none;
  }

  .related-post-wrapper .heading-wrapper .title {
    font-size: 22px;
    line-height: 28px;
  }

  .related-posts, .related-posts .hs_cos_wrapper_type_related_blog_posts {
    flex-direction: column;
  }

  .related-posts a.r-post {
    display: flex;
    align-items: center;
    box-shadow: 0px 16px 10px 0px rgba(0, 0, 0, 0.02), 0px 7px 7px 0px rgba(0, 0, 0, 0.03), 0px 2px 4px 0px rgba(0, 0, 0, 0.03), 0px 0px 0px 0px rgba(0, 0, 0, 0.03);
    border-radius: var(--radius-radius-sm, 12px);
    border: 1px solid var(--Gray-Cool-100, #EFF1F5);
    flex: initial;
    flex-direction: row;
    justify-content: initial;
    justify-content: space-between;
  }

  .related-posts a.r-post .r-post-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    max-width: 315px;
  }

  .related-posts a.r-post .r-post-img img {
    border-radius: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .related-posts a.r-post .r-post-cntnt-wrapper {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
  }

  .related-posts a.r-post .r-post-cntnt-wrapper .r-post-title .heading {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .related-posts a.r-post .r-post-cntnt-wrapper .r-post-meta svg {
    display: none;
  }

  .related-posts a.r-post .r-post-cntnt-wrapper .r-post-meta .r-post-meta-inner p:last-child {
    display: none;
  }

  .related-posts a.r-post .r-post-cntnt-wrapper .r-post-meta .r-post-meta-inner p {
    font-size: 12px;
    line-height: 16px;
  }

  .post-body-inner .post-body-right .social-share .social-icons .cpoytext {
    left: 35%;
    bottom: 70px;
  }



}

@media (max-width: 767px) {
  .related-posts a.r-post .r-post-img {
    height: 120px;
    max-width: 210px;
  }
}

@media (max-width: 550px) {
  .related-posts a.r-post .r-post-img {
    height: auto;
    max-width: 120px;
  }
  .post-body-inner .post-body-right .social-share .social-icons .cpoytext {
    left: 22%;
  }
}