/* ------------------------------------------------------------ *\
	Hero Press
\* ------------------------------------------------------------ */
.hero-press {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15.9rem 0 14.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-press {
    padding: 10rem 0;
  }
}
.hero-press:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.80);
}
.hero-press .hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
}
.hero-press .hero__content h1 {
  color: var(--base-color);
}
.hero-press .block-share {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 2rem;
  transform: translate(0, -50%);
}

/* ------------------------------------------------------------ *\
	Block Share
\* ------------------------------------------------------------ */
.block-share {
  background-color: var(--base-color);
  color: var(--white);
  border-radius: 1.5rem;
  display: inline-block;
  padding: 1.7rem 2rem 2.5rem;
  text-align: center;
}
.block-share h6 {
  font-size: 1.8rem;
  margin-bottom: 2.3rem;
}
.block-share ul {
  list-style-type: none;
}
.block-share ul li {
  line-height: 1;
}
.block-share ul li a {
  display: block;
  font-size: 0;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.block-share ul li a:after {
  font-size: 4rem;
}
.block-share ul li + li {
  margin-top: 0rem;
}
.block-share .facebook:after {
  content: "\f082";
}
.block-share .twitter:after {
  content: "\f081";
}
.block-share .linkedin:after {
  content: "\f08c";
}
.block-share .email {
  font-family: "Font Awesome 5 Free Solid";
  font-weight: 900;
}
.block-share .email:after {
  content: "\f199";
}

/* ------------------------------------------------------------ *\
	Section Posts
\* ------------------------------------------------------------ */
.section-posts {
  padding: 74px 0 78px;
}
@media (max-width: 1023px) {
  .section-posts {
    padding: 50px 0;
  }
}
.section-posts .section__main .grid {
  --gutter-x: 0px;
  --gutter-y: 20px;
}
@media (max-width: 1023px) {
  .section-posts .section__main .grid {
    --gutter-x: 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-posts .section__main .grid {
    --gutter-y: 40px;
    flex-direction: column-reverse;
  }
}
.section-posts .section__aside {
  padding: 3px 0 0 0;
  max-width: 210px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-posts .section__aside {
    max-width: 100%;
    background: #ebf4fa !important;
    padding: 15px;
    border-radius: 14px;
  }
}
.section-posts .section__content {
  padding: 20px 0 0;
}
@media (max-width: 1023px) {
  .section-posts .section__content {
    padding: 0;
  }
}
.section-posts .section__foot {
  margin-top: 50px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-posts .section__foot {
    margin-top: 50px;
  }
}
@media (min-width: 1199.02px) {
  .section-posts--alt .section__content {
    margin-right: -30px;
  }
}

/* ------------------------------------------------------------ *\
	Related Posts
\* ------------------------------------------------------------ */
.related-posts > h6 {
  font-size: 18px;
  color: var(--color-5);
}
.related-posts > h6:not(:last-child) {
  margin-bottom: 65px;
}
@media (max-width: 1023px) {
  .related-posts > h6:not(:last-child) {
    margin-bottom: 30px;
  }
}
.related-posts ul {
  list-style-type: none;
}
.related-posts ul li {
  font-size: 14px;
}
.related-posts ul li h6 {
  font-size: 14px;
  line-height: 1.4;
}
.related-posts ul li h6:not(:last-child) {
  margin-bottom: 7px;
}
.related-posts ul li + li {
  margin-top: 20px;
  border-top: 1px solid var(--color-12);
  padding-top: 52px;
}
@media (max-width: 1023px) {
  .related-posts ul li + li {
    margin-top: 10px;
    padding-top: 10px;
  }
}

/* ------------------------------------------------------------ *\
	Blog Post
\* ------------------------------------------------------------ */
.blog-post .blog__media {
  display: block;
  margin-bottom: 2rem;
}
.blog-post .blog__media img {
  width: 100%;
}
.blog-post .blog__content {
  font-size: 1.5rem;
  line-height: 1.45;
}
.blog-post .blog__content h1,
.blog-post .blog__content h2,
.blog-post .blog__content h3,
.blog-post .blog__content h4,
.blog-post .blog__content h5,
.blog-post .blog__content h6 {
  color: #333;
  font-size: 30px;
  line-height: 1.4;
}

.blog-post .blog__content h4:not(:last-child) {
  margin-bottom: 0.3em;
}
.blog-post .blog__content p a {
  color: var(--color-2);
}
.blog-post .blog__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
  margin-top: 6.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .blog-post .blog__foot {
    margin-top: 2rem;
  }
}
.blog-post .blog__foot h6 {
  font-size: 1.2rem;
}
.blog-post .blog__foot h6:not(:last-child) {
  margin-bottom: 4.3rem;
}
.blog-post .blog__foot ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.blog-post .blog__foot a {
  color: var(--color-2);
}
.blog-post--articles .blog__content {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: gray;
}
.blog-post--articles .blog__content p:not(:last-child) {
  margin-bottom: 0.67em;
}
.blog-post--articles .blog__content ul {
  font-size: 1.4rem;
  padding-left: 3.8rem;
}
.blog-post--articles .blog__content ul:not(:last-child) {
  margin-bottom: 1rem;
}


/* ------------------------------------------------------------ *\
	Nav Articles
\* ------------------------------------------------------------ */
.nav-articles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.nav-articles a {
  font-weight: 700;
  color: var(--color-2);
  display: inline-block;
  transition: color 0.3s;
  text-decoration: none;
}
.nav-articles a:hover {
  color: var(--color-3);
}
.nav-articles a:first-child:before {
  content: "<";
  margin-right: 4px;
}
.nav-articles a:last-child:after {
  content: ">";
  margin-left: 4px;
}

/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.popup {
  position: fixed;
  z-index: 13;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  overflow-y: auto;
  padding: 20px 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.popup .popup__overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup .popup__scroll {
  position: relative;
  z-index: 2;
  margin: auto;
}
.popup .popup__scroll .popup__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 28px;
  width: 28px;
  left: auto;
  right: 5px;
  bottom: auto;
  top: 5px;
  padding: 4px;
  border-radius: 42px;
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: rgb(51, 72, 98);
  color: var(--white);
}
.popup .popup__scroll .popup__close-btn:after, .popup .popup__scroll .popup__close-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 49%;
  height: 2px;
  background-color: currentcolor;
}
.popup .popup__scroll .popup__close-btn:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* ------------------------------------------------------------ *\
	Block Share Alt
\* ------------------------------------------------------------ */
.block-share-alt {
  max-width: 100%;
  width: 72rem;
}
.block-share-alt .block__head {
  margin-bottom: 0.3rem;
  background-color: var(--white);
  border-top-left: 0.4rem;
  border-top-right: 0.4rem;
  padding: 2rem 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.block-share-alt .block__head p {
  margin-bottom: 0;
}
.block-share-alt .block__head .block__close {
  margin-left: auto;
  height: 100%;
  -webkit-transition: background 0.15s, color 0.15s;
  transition: background 0.15s, color 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a9a9a9;
}
.block-share-alt .block__body {
  background-color: var(--white);
  border-top-left: 0.4rem;
  border-top-right: 0.4rem;
  padding: 2rem 2rem;
  overflow: hidden;
}
.block-share-alt .block__body ul {
  list-style-type: none;
}

/* ------------------------------------------------------------ *\
	Btn Share
\* ------------------------------------------------------------ */
.btn-share {
  display: flex;
  align-items: center;
  background-color: #323b43;
  color: #fff;
  transition: opacity 0.3s;
}
.btn-share:hover {
  cursor: pointer;
  opacity: 0.9;
}
.btn-share > div {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
}
.btn-share > div svg {
  max-height: 1.6rem;
}
.btn-share > div svg path {
  fill: currentColor;
}
.btn-share > span {
  position: relative;
  width: 10%;
  flex-grow: 1;
  margin-left: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
}
.btn-share--facebook {
  background-color: #3b5998;
}
.btn-share--twitter {
  background-color: #1da1f2;
}
.btn-share--linkedin {
  background-color: #0077b5;
}
.btn-share--copy > span span {
  position: relative;
  display: block;
  transition: transform 0.3s;
}
.btn-share--copy > span span + span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, calc(-50% + 3rem));
}
.btn-share--copy.is-animated {
  animation-name: bounce;
  animation-duration: 1.3s;
}
.btn-share--copy.is-animated > span span:first-child {
  transform: translateY(-3rem);
}
.btn-share--copy.is-animated > span span:last-child {
  transform: translate(0%, -50%);
}
@keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  10% {
    transform: translateY(-15%);
  }
  20% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(-7%);
  }
  27% {
    transform: translateY(0%);
  }
  29% {
    transform: translateY(-3%);
  }
  30% {
    transform: translateY(0);
  }
}


/* ------------------------------------------------------------ *\
	Socials Nav
\* ------------------------------------------------------------ */
.socials-nav > h6 {
  color: gray;
  font-size: 1.5rem;
  font-weight: 400;
}
.socials-nav > ul {
  --spacer-x:1rem;
  --spacer-y:1rem;
  padding: 0 !important;
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-right: calc(var(--spacer-x) * -1);
  margin-bottom: calc(var(--spacer-y) * -1);
}
.socials-nav > ul li {
  margin-right: var(--spacer-x);
  margin-bottom: var(--spacer-y);
}
.socials-nav > ul li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  overflow: hidden;
  text-decoration: none;
}
.socials-nav > ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s;
}
.socials-nav > ul li a.facebook {
  background-color: #355089;
  color: #fff;
}
.socials-nav > ul li a.linkedin {
  background-color: #006ba3;
  color: #fff;
}
.socials-nav > ul li a.twitter {
  background-color: #1a91d9;
  color: #fff;
}
.socials-nav > ul li a:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.socials-nav > ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
}
.socials-nav > ul li div svg {
  max-width: 60%;
  max-height: 1.4rem;
}
.socials-nav > ul li span {
  display: block;
  padding: 3px 11px 0 10px;
}

/* ------------------------------------------------------------ *\
	Section Article Overview
\* ------------------------------------------------------------ */
.section-article-overview .section__inner {
  padding: 81px 0;
  border-top: 1px solid var(--color-13);
}
@media (max-width: 1199px) {
  .section-article-overview .section__inner {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .section-article-overview .section__inner {
    padding: 50px 0;
  }
}

/* ------------------------------------------------------------ *\
	Article Case Studies
\* ------------------------------------------------------------ */
.article-case-studies .grid {
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-case-studies .grid {
    flex-direction: column-reverse;
  }
}
.article-case-studies .article__content {
  padding: 0 20px 20px;
  max-width: 440px;
  color: gray;
}
@media (max-width: 1199px) {
  .article-case-studies .article__content {
    padding: 0;
  }
}
.article-case-studies .article__content h3 {
  color: var(--color-11);
}
.article-case-studies .article__content h3:not(:last-child) {
  margin-bottom: 0.4em;
}
.article-case-studies .article__content h3 a {
  color: inherit;
}
.article-case-studies .article__content p:not(:last-child) {
  margin-bottom: 8px;
}
.article-case-studies .article__content a {
  color: var(--color-2);
}
.article-case-studies .article__content a:not(:first-child) {
  margin-top: 10px;
}
/* ------------------------------------------------------------ *\
	Section Blog Articles
\* ------------------------------------------------------------ */
.section-blog-articles {
  padding: 33px 0 58px;
}
.section-blog-articles .section__head {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.section-blog-articles .section__head h3:not(:last-child) {
  margin-bottom: 36px;
}
.section-blog-articles .section__head > p {
  max-width: 60%;
}
@media (max-width: 1023px) {
  .section-blog-articles .section__head > p {
    max-width: 75%;
  }
}
.section-blog-articles .section__body .grid {
  --gutter-x: 50px;
  --gutter-y: 76px;
}
@media (max-width: 1023px) {
  .section-blog-articles .section__body .grid {
    --gutter-x: 40px;
    --gutter-y: 40px;
  }
}
.section-blog-articles .section__foot {
  text-align: center;
  margin-top: 90px;
}
@media (max-width: 1023px) {
  .section-blog-articles .section__foot {
    margin-top: 60px;
  }
}
.section-blog-articles.all-blogs-visible .section__foot {
  display: none;
}
.section-blog-articles--videos .section__head {
  margin-bottom: 60px;
}
.section-blog-articles--videos .section__head p {
  font-size: 20px;
  color: gray;
}
.section-blog-articles--videos .section__body .article-vertical .article__content h6 {
  color: #304659;
}
.section-blog-articles--blue {
  background-color: #e1e9f0;
}
.section-blog-articles--spacer-med {
  padding: 70px 0 99px;
}
@media (max-width: 1199px) {
  .section-blog-articles--spacer-med {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .section-blog-articles--spacer-med {
    padding: 50px 0;
  }
}
.section-blog-articles--spacer-med .section__head {
  margin-bottom: 40px;
}
.section-blog-articles--title-center .section__head {
  text-align: center;
}
.section-blog-articles--title-center .section__head p {
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------------------------------ *\
	Article Vertical
\* ------------------------------------------------------------ */
.article-vertical {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-vertical {
    display: block;
  }
}
.article-vertical .article__link {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.article-vertical .article__media {
  width: 31%;
  display: block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-vertical .article__media {
    width: 100%;
  }
}
.article-vertical .article__media img {
  width: 100%;
}
.article-vertical .article__content {
  width: 10%;
  flex-grow: 1;
  margin-left: 41px;
  padding: 3px 0 0;
  font-size: 14px;
  line-height: 1.45;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-vertical .article__content {
    padding: 30px 0 0;
    margin: 0;
    width: 100%;
  }
}
.article-vertical .article__content h6:not(:last-child) {
  margin-bottom: 0.7em;
}
.article-vertical .article__content p:not(:last-child) {
  margin-bottom: 0.7em;
}
@media (min-width: 767.02px) {
  .article-vertical--alt .article__media {
    width: 25.1%;
  }
}
@media (min-width: 767.02px) {
  .article-vertical--alt .article__content {
    padding-top: 0;
    margin-left: 27px;
  }
}
.article-vertical--alt .article__content h5 {
  line-height: 1.4;
  transition: color 0.3s;
}
.article-vertical--alt .article__content h5:not(:last-child) {
  margin-bottom: 0.75em;
}
.article-vertical--alt .article__content p {
  color: var(--color-10);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-vertical--alt:hover .article__content h5 {
  color: var(--color-5);
}
.article-vertical--blog {
  display: block;
}
.article-vertical--blog .article__media {
  width: 100%;
  overflow: hidden;
}
.article-vertical--blog .article__media img {
  width: 100%;
  transition: transform 0.3s;
  height: 150px;
  object-fit: cover;
}
.article-vertical--blog .article__content {
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.57;
}
.article-vertical--blog .article__content h6 {
  line-height: 1.3;
}
.article-vertical--blog .article__content h6:not(:last-child) {
  margin-bottom: 0.5em;
}
.article-vertical--blog .article__content > a {
  color: var(--color-2);
}
.article-vertical--blog:hover .article__media img {
  transform: scale(1.05);
}

/* 26-10-2024 CSS Start */

.cust-heading-pfl h6 {
    color: var(--color-5);
    font-size: 18px;
}

@media(min-width: 768px) {
	.section-posts .section__aside {
		max-width: unset;
		background: #4dcefe;
		padding: 15px;
		border-radius: 14px;
	}

	.grid .grid__col--1of2 {
		*/width: 50%;*/
		padding-left: 20px;
		padding-right: 20px;
	}

	.section-posts .section__aside .related-posts h6 {
		margin-bottom: 10px;
	}

	.section-posts .section__aside .related-posts ul li {
/* 		border-bottom: 1px solid #fff; */
		margin-top: 0;
		padding: 8px 0;
	}

	.section-posts .section__aside .related-posts ul li+li {
		border-top: unset;
	}
	.section-posts {
		padding: 74px 0 78px;
		position: relative;
	}
  .section-posts .section__aside .related-posts ul li:last-child {
    padding-bottom: 0;
}
}

/* 28-10-2024 CSS Start */

@media(min-width: 1024px) {
    .section-posts .section__aside {
/*         width: 240px !important; */
        max-width:240px;
        transition: .5s ease-in-out;
    }
     .section-posts .section__main .grid .grid__col--1of4 {
        width: 250px !important;
    }
    .section-posts .section__main .grid .grid__col--1of2 {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 250px) !important;
    }
}

.section__btn.cust-find-pfl-button {
    background: #ebf4fa;
    padding: 15px;
    border-radius: 14px;
    max-width: 240px;
    margin-top: 20px;
} 
@media only screen and (max-width:1024px) {
.block-share.heading-color-inherit {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width:300px;
    margin:30px auto 0;
    padding: 15px;
}

.block-share.heading-color-inherit h6 {
    margin-bottom: 0;
}

.block-share.heading-color-inherit ul {
display:flex;
justify-content:space-between;
width:100%
}
  .cust-left-div , .cust-right-div {
    width: 100% !important;
}
    .section__btn.cust-find-pfl-button {
    background: #ebf4fa;
    padding: 15px;
    border-radius: 14px;
    max-width: none;
    margin-top: 20px;
}
}


@media only screen and (min-width:1024px) {
.body-wrapper.wrapper.cust-hidden {
    overflow: unset;
}

.bar.cust-overflow-hide {
    overflow: hidden;
}
.cust-combine-sec{
    position: sticky;
    top: 130px;
}
  .section__btn.cust-find-pfl-button h6 {
    margin: 0 0 18px 0;
}
}
.cust-related-post h6{
  color: #304659;
}
.cust-related-post h6 a {
    color: #304659;
}
.cust-heading-pfl h6{
  color: #304659 !important;
}
.section-posts .section__aside{
  background : #ebf4fa !important ;
}

/* 04-11-2024 css start */
.socials-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.socials-nav h6 {
    margin: 10px 0 0 0;
}

.socials-nav > ul li span {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #304659;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    opacity: 0;
    z-index: -1;
/*     box-shadow: 0 0 5px 0px rgb(0 0 0 / 70%); */
    transition: 0.3s ease;
}

.socials-nav > ul li a {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    background: #051c2c !important;
    color: #fff !important;
    border-radius: 50%;
    overflow: visible;
    border-color: transparent;
}

.socials-nav > ul li div {
    background: #051c2c;
    width: 40px;
    height: 40px;
    border-radius:50%;
/*     box-shadow: 0 0 5px 0px rgb(0 0 0 / 70%); */
}

.socials-nav > ul li {
    margin: 0px;
}

.socials-nav > ul {
    gap: 20px;
}

.socials-nav > ul li a:hover span {
    opacity: 1;
}
.socials-nav > ul li a:hover:after {
background:transparent;
}
.socials-nav > ul li a:hover div {
background: #304659;
}
/* 04-11-2024 css end */

/* 15-11-2024 css start  */
.cust-main-sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cust-main-sec .img-blog{
    width: 50%;
    padding-right:30px;
}
.cust-main-sec .cont{
    width: 50%;
}
.cust-main-sec .img-blog img{
    width: 100%;
    height: auto;
}
.cust-main-sec h1, 
.cust-main-sec h2, 
.cust-main-sec h3, 
.cust-main-sec h4, 
.cust-main-sec h5, 
.cust-main-sec h6, 
.cust-main-sec p { 
    width:100%;
}
.blog__content .cust-post-heading { 
  font-size:38px; 
}
.blog__content .cust-post-heading {
    font-size: 38px !important;
    border-bottom: 1px dashed #00000050;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}
.blog__content h1 {
    font-size: 42px !important;
    text-align: center;
    margin-bottom: 30px !important;
}

/* 04-12-2024 */

.content-wraper {
    display: flex;
}

.content-wraper .image-sec {
    width: 33.3%;
}

.content-wraper .content-sec {
    width: calc(100% - 33.3%);
    padding-left: 20px;
}

.content-wraper {
    flex-wrap: wrap;
}

.content-wraper p, .content-wraper h2 {
    width: 100%;
}

.divider {
    width: 100%;
    height: 2px;
    background-color: #000;
    margin: 10px 0;
}

.content-wraper h2 {
    margin: 0;
}

.blog__foot {
    text-align: left;
}

.blog__foot h6 {
    width: 100%;
    margin-bottom: 2rem !important;
}

.blog__foot ul {
    width: 100%;
}

body .blog-post--articles .blog__content p:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.content-wraper .image-sec {
	    width: 100%;
	}

	.content-wraper .content-sec {
	    width: 100%;
	    padding: 20px 0 0 0;
	}
}

@media screen and (max-width: 480px) {
	.socials-nav {
	    flex-direction: column;
	    justify-content: flex-start;
	    margin: 20px 0 40px 0;
	}

	.socials-nav h6 {
	    margin: 0;
	    width: 100%;
	}

	.socials-nav ul {
	    width: 100%;
	}
}