/* delete */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&display=swap");





.ac_blogPageBanner {
  /* height: 190px; */
}
.ac_blogPageBanner img {
  width: 100%;
}

.ac_blogDetailsContainer {
  margin: auto;
  margin-top: 30px;
  padding: 30px;
  background-color: #fff3eb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  max-width: 1024px;
  border-radius: 8px;
}
.ac_blogDetailsContainer * {
  text-align: center;
}

div.ac_blogDate {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ff6e00;
}
h1.ac_blogTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin: 12px 0 24px;
}

p.ac_blogSubTxt {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #475467;
	margin-bottom:0px;
}

div.ac_blogTags {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 40px 0 30px;
}
div.ac_blogTags span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #ff6e00;
  padding: 2px 10px;
  background-color: #f9f5ff;
  border-radius: 100vw;
}

.ac_blogOthers {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.ac_blogWritten {
  display: flex;
  gap: 20px;
  align-items: center;
}
.ac_blogAuthorImg {
  width: 40px;
  height: 40px;
}
.ac_blogAuthorImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ac_blogDetailsContainer .ac_blogAuthorName {
  text-align: left;
}

.ac_blogDetailsContainer .ac_blogAuthorName div {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.ac_blogDetailsContainer .ac_blogAuthorName span {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.ac_blogShareLinks {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac_blogShareLinks span {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
}
.ac_blogShareList {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ac_blogShareList img {
  width: 26px;
  height: 26px;
}
.ac_blogShareList a {
  cursor: pointer;
}

.ac_blogPeopleCount {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 10px;
}

/* laptop */
@media (min-width: 1020px) {
  h1.ac_blogTitle {
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
  }
  .ac_blogOthers {
    flex-direction: row;
    width: 100%;
    padding: 0px 30px;
    justify-content: space-between;
  }
}

.ac_blogContainer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 30px;
  padding: 0 5%;
  margin-top: 40px;
}
@media (min-width: 1020px) {
  .ac_blogContainer {
    grid-template-columns: 280px auto max-content;
  }
}
.ac_blogRightSide {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.ac_blogContentTable {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ac_blogContentTableTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #ff6e00;
}
.ac_blogContentList {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  list-style-type: none;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #eee;
}
.ac_blogContentList .ac_blogContentItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ac_blogContentList .ac_blogContentItem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  color: #140900;
  cursor: pointer;
}

.ac_blogPageADS {
  width: 100%;
  /* display: none; */
	flex-direction:column;
	gap:10px;
}
.ac_blogPageADS.ac_blogPageADS-desktop,
.ac_viewAllBlogs.ac_blogPageADS-desktop {
  display: none;
}

@media (min-width: 1020px) {
  .ac_blogPageADS.ac_blogPageADS-desktop,
  .ac_viewAllBlogs.ac_blogPageADS-desktop {
    display: flex;
  }
  .ac_blogPageADS.ac_blogPageADS-mobile,
  .ac_viewAllBlogs.ac_blogPageADS-mobile {
    display: none;
  }
}

.ac_blogPageADSBox {
  width: 100%;
}
.ac_blogPageADSBox img {
  width: 100%;
}
.ac_blogPageADS.ac_blogPageADS-mobile .ac_blogPageADSBox {
  margin-top: 20px;
}

.ac_blogLeftSide {
  display: none;
  /* display: flex; */
  flex-direction: column;
  gap: 50px;
  width: 280px;
}

@media (min-width: 1020px) {
  .ac_blogLeftSide {
    display: flex;
  }
}
.ac_suggestBlog {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ac_suggestBlog_title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #ff6e00;
  display: inline-block;
}

.ac_suggestBlogs_List {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.ac_suggestBlogs_item {
  padding: 20px;
  border: 2px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background-color: #ffffff;
  border-radius: 8px;
}
.ac_suggestBlogs_itemContent {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.ac_suggestBlogs_itemImg {
  width: 100%;
  height: 150px;
}
.ac_suggestBlogs_itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ac_suggestBlogs_itemDate {
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  color: #ff6e00;
}
.ac_suggestBlogs_itemTitle {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 24px;
  color: #101828;
  margin: 10px 0;
}
p.ac_suggestBlogs_itemDesc {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #475467;
	margin-bottom:0px;
}
div.ac_suggestBlogs_itemTags {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
}
div.ac_suggestBlogs_itemTags span {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  color: #ff6e00;
  padding: 2px 10px;
  background-color: #fff3eb;
  border-radius: 100vw;
}
.ac_blogMiddle {
  width: 100%;
}

.ac_blogMiddle p {
  margin: 20px 0 20px;
  font-size: 18px;
  line-height: 28px;
  color: #475467;
}
.ac_blogIntroSection {
  width: 100%;
  /* padding-bottom: 20px; */
  border-bottom: 2px solid #eee;
}
.ac_blogIntroTxt {
  /* margin-top: 48px; */
}
.ac_blogImg {
  width: 100%;
	height:330px;
}
.ac_blogImg img {
  width: 100%;
	height:100%;
	object-fit:contain;
}

.ac_bloghead {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 3cqh;
}

.ac_blogQuote {
  padding-left: 20px;
  border-left: 2px solid #ff6e00;
  margin-bottom: 40px;
}
.ac_blogQuote p.ac_blogQuoteTxt {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #101828;
  margin-bottom: 32px;
}

.ac_blogQuoteWritter {
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}

.ac_blogConclusion {
  padding: 24px 20px 32px;
  background-color: #fff3eb;
  margin-top: 20px;
  border-radius: 8px;
}
.ac_blogConclusion *,
.ac_blogConclusion h2 {
  margin: 0;
  padding: 0;
}

.ac_blogCredits {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 34px;
  margin-top: 48px;
  border-top: 2px solid #eee;
}
.ac_blogCredWritten {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ac_blogCredAuthorImg {
  width: 48px;
  height: 48px;
}
.ac_blogCredAuthorImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ac_blogCredAuthorName div {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #101828;
}
.ac_blogCredAuthorName span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}

.ac_blogCredShare {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ac_blogCredShare button.ac_blogCopyBtn {
  padding: 10px 16px !important;
  color: #344054 !important;
  border: 2px solid #344054 !important;
  background: transparent !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 0px !important;
  height: 40px !important;
}

.ac_blogCredShareIcon {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ac_blogCredShareIcon a {
  /* padding: 10px; */
  border-radius: 8px;
  border: 2px solid #d0d5dd;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.ac_blogCredShareIcon a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ac_OtherBlogs {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 5%;
  margin: 60px 0;
}

.ac_otherBlogsSubtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #ff6e00;
}

h2.ac_otherBlogsMaintitle {
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 38px !important;
  margin: 12px 0 16px !important;
	text-transform: none !important;
}

.ac_otherBlogsPara {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(20, 9, 0, 0.7);
	margin:0px;
}

.ac_viewAllBlogs {
  /* display: none; */
}
.ac_allBlogList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.ac_blogAllListItem {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.ac_blogAllListItem-Img {
  width: 100%;
	height:220px;
  margin-bottom: 20px;
}
.ac_blogAllListItem-Img img {
  width: 100%;
	height:100%;
	object-fit:cover;
}

.ac_blogAllListItem-Subhead {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #ff6e00;
}

.ac_blogAllListItem-Title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 12px 0;
}

.ac_blogAllListItem-para {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #475467;
  margin-bottom: 20px;
}

.ac_viewAllBlogs {
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  border-radius: 8px;
  background-color: #ff6e00;
  margin-bottom: 40px;
  cursor: pointer;
}

@media (min-width: 1020px) {
  .ac_otherBlogsHead {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ac_viewAllBlogs {
    width: fit-content;
  }
  .ac_allBlogList {
    flex-direction: row;
  }
  .ac_OtherBlogs {
    gap: 64px;
  }
}

main.wd-content-layout.content-layout-wrapper:has(.ac_blogDetailsContainer) {
    /* styles here */
	padding:0px !important;
}

/* new  */

/* ac-blogTOC */
.ac-blogTOC {
  width: 100%;
}
.ac-blogTOC__content {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  border: 2px solid #181d3b;
}
.ac-blogTOC__header {
  padding: 20px 16px;
  background-color: #181d3b;
  border-radius: 0px 0px 0px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.ac-blogTOC__title {
  font-size: 20px !important;
  line-height: normal !important;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}
.ac-blogTOC__list-wrapper {
  padding: 0px 0px;
  background-color: #181d3b;
}
.ac-blogTOC ul {
  list-style: none;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}
.ac-blogTOC ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 10px;
  /* padding-bottom: 0px; */
  border-top: 1px solid #eee;
}
ul.ac-blogTOC__list {
  list-style: none;
  list-style-type: none;
  padding: 18px 16px;
  background-color: #ffffff;
  border-radius: 0px 60px 0px 0px;
  display: flex;
  flex-direction: column;
}
ul.ac-blogTOC__list li {
  list-style: none;
  list-style-type: none;
}
.ac-blogTOC__item-header,
.ac-blogTOC__subitem-header,
.ac-blogTOC__subsubitem-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ac-blogTOC__item-header-left,
.ac-blogTOC__subitem-header-left,
.ac-blogTOC__subsubitem-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-grow: 0;
  flex-shrink: 0;
  width: fit-content;
}
.ac-blogTOC__dot {
  width: 10px;
  height: 10px;
  min-height: 10px;
  min-width: 10px;
  background: #ec520b;
  border-radius: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.ac-blogTOC__arrow {
  width: 25px;
  height: 25px;
  min-height: 25px;
  min-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 100%;
  background-color: rgb(245, 245, 245);
  transform: rotate(-90deg);
  flex-grow: 0;
  flex-shrink: 0;
  transition: 0.5s;
}

.ac-blogTOC__item.ac-blogTOC__sublist-opened:has(
    .ac-blogTOC__sublist-wrapper-opened
  )
  > .ac-blogTOC__item-header
  > .ac-blogTOC__arrow {
  transform: rotate(90deg);
}

.ac-blogTOC__arrow img.ac-blogTOC__arrow-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
span.ac-blogTOC__text,
span.ac-blogTOC__subtext {
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.25px;
}
li.ac-blogTOC__item.ac-blogTOC__item--active {
  background: #ec520b;
}
li.ac-blogTOC__item.ac-blogTOC__item--active .ac-blogTOC__text {
  color: #ffffff !important;
}
li.ac-blogTOC__item.ac-blogTOC__item--active .ac-blogTOC__dot {
  background: #ffffff;
}
li.ac-blogTOC__item.ac-blogTOC__item--has-children,
li.ac-blogTOC__subitem.ac-blogTOC__subitem--has-children {
  /* padding-bottom: 0px !important; */
  /* border: none !important; */
}
.ac-blogTOC__item.ac-blogTOC__sublist-opened {
  padding-bottom: 0px;
}
ul.ac-blogTOC__list > li:first-of-type {
  border: none !important;
}
li.ac-blogTOC__item.ac-blogTOC__item--has-children {
  position: relative;
}
.ac-blogTOC__sublist-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}
/* ac-blogTOC */

/*  ac-blog-quoteCard */
.ac-blog-quoteCard {
  width: 100%;
  border-radius: 16px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ac-blog-quoteCard__container {
  width: 100%;
  padding: 40px 30px 40px;
  position: relative;
}

.ac-blog-quoteCard__quote-icon {
  position: absolute;
  top: -30px;
  left: -25px;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}
.ac-blog-quoteCard__quote-icon svg {
  width: 100%;
  height: 100%;
}
.ac-blog-quoteCard__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
p.ac-blog-quoteCard__text {
  font-size: 14px !important;
  font-weight: 600;
  line-height: 20px;
  margin: 0px !important;
}
span.ac-blog-quoteCard__meta {
  font-size: 14px !important;
  font-weight: 700;
  line-height: normal;
  margin: 0px !important;
  font-style: italic;
}
/*  ac-blog-quoteCard */


/* ac-author-card */
.ac-author-card {
  display: flex;
  flex-direction: column;
  padding: 18px 16px;
  border-radius: 16px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  gap: 10px;
}

.ac-author-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ac-author-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac-author-card__avatar {
  min-width: 60px;
  width: 60px;
  max-width: 60px;
  min-height: 60px;
  height: 60px;
  max-height: 60px;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #ec520b;
}
.ac-author-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ac-author-card__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
span.ac-author-card__name {
  font-size: 14px !important;
  font-weight: 700;
  line-height: normal;
}
span.ac-author-card__role {
  font-size: 12px !important;
  font-weight: 400;
  line-height: normal;
}
span.ac-author-card__since {
  font-size: 12px !important;
  font-weight: 400;
  line-height: normal;
}

.ac-author-card__stats {
  display: flex;
  gap: 10px;
}
.ac-author-card__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  gap: 5px;
}
.ac-author-card__stat span {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.ac-author-card__bio {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.ac-author-card__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
button.ac-author-card__btn {
  margin: 0px !important;
  background-color: #ec520b !important;
  width: fit-content;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 12px 16px !important;
  border-radius: 8px;
  font-size: 14px !important;
  line-height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  border: none !important;
  outline: none !important;
  border: 1px solid #ec520b !important;
  text-decoration: none;
  font-weight: 500;
  /* font-style: italic; */
  text-transform: none;
  letter-spacing: 0.45px;
  max-height: 30px !important;
  min-height: 30px !important;
}
button.ac-author-card__btn.ac-author-card__btn--outline {
  background-color: #ffffff !important;
  color: #ec520b !important;
}
/* ac-author-card */


/* ac-blogFactMythCard */
.ac-blogFactMythCard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ac-blogFactMythCard__item {
  display: flex;
  flex-direction: column;
  padding: 10px 5px 5px;
  border-radius: 16px;
  position: relative;
  gap: 10px;
}

.ac-blogFactMythCard__item.ac-blogFactMythCard__item--fact {
  background: #4d9b54;
}
.ac-blogFactMythCard__item.ac-blogFactMythCard__item--myth {
  background: #c0244a;
}
.ac-blogFactMythCard__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
  position: relative;
}
span.ac-blogFactMythCard__label {
  font-size: 18px !important;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
}
span.ac-blogFactMythCard__icon {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 50px;
  max-width: 50px;
  height: 50px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
span.ac-blogFactMythCard__icon svg {
  width: 100%;
  height: 100%;
}

.ac-blogFactMythCard__item.ac-blogFactMythCard__item--fact
  span.ac-blogFactMythCard__icon {
  background: #68d071;
}
.ac-blogFactMythCard__item.ac-blogFactMythCard__item--myth
  span.ac-blogFactMythCard__icon {
  background: #f52f5e;
}
.ac-blogFactMythCard__body {
  background: #ffffff;
  border-radius: 8px;
  padding: 10px;
  padding-bottom: 20px;
  height: 100%;
}
p.ac-blogFactMythCard__text {
  font-size: 14px !important;
  line-height: normal;
  letter-spacing: 0.35px;
}
/* ac-blogFactMythCard */

/* ac-blog-timeline-wrapper */
.ac-blog-timeline-wrapper {
  width: 100%;
}

.ac-blog-timeline {
  display: flex;
  flex-direction: column;
}

.ac-blog-timeline__item {
  display: flex;
  gap: 5px;
}
.ac-blog-timeline__dateCheck {
  display: flex;
  justify-content: flex-end;
  width: 120px;
  max-width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
}
.ac-blog-timeline__dateCheck-content {
  display: flex;
  width: fit-content;
  justify-content: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  gap: 5px;
}
span.ac-blog-timeline__step {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.35px;
}
.ac-blog-timeline__checkiconline {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.ac-blog-timeline__checkIcon {
  width: 25px;
  max-width: 25px;
  height: 25px;
  max-height: 25px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 2px;
  border: 2px solid #635dff;
}
.ac-blog-timeline__line {
  height: 100%;
  width: 1px;
  background-color: #000000;
}
.ac-blog-timeline__details {
  padding: 0;
  padding-bottom: 16px;
  width: 100%;
}
.ac-blog-timeline__details-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 10px;
  background: #f2f2ff;
  border-radius: 8px;
}
.ac-blog-timeline__item:last-of-type .ac-blog-timeline__line {
  width: 0px;
  height: 0px;
  background: transparent;
}

span.ac-blog-timeline__heading {
  font-size: 14px !important;
  line-height: normal;
  font-weight: 700;
}
p.ac-blog-timeline__para {
  font-size: 14px !important;
  line-height: normal;
  font-weight: 400;
}
/* ac-blog-timeline-wrapper */

/* new */
