.elementor-col-70-imp p {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight), 400;
}

.elementor-col-70-imp .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: calc(21px / 2);
  font-family: "Manrope", Sans-serif;
  font-weight: 400;
  color: var(--e-global-color-accent);
}

.elementor-col-70-imp .post-meta a {
  color: inherit;
}

.elementor-col-70-imp .post-dtl-content-page h1,
.elementor-col-70-imp .post-dtl-content-page h2,
.elementor-col-70-imp .post-dtl-content-page h3,
.elementor-col-70-imp .post-dtl-content-page h4,
.elementor-col-70-imp .post-dtl-content-page h5,
.elementor-col-70-imp .post-dtl-content-page h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-70-imp {
    width: 70%;
  }

  .elementor-col-70-imp .elementor-element-populated {
    width: 100%;
  }

  .elementor-col-70-imp .elementor-col-50 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
    section.titlebar-elementor .elementor-element-populated .elementor-element-populated {
        padding: 10px !important;
    }
}