.elementor-widget ul.page-numbers,
ul.page-numbers {
  display: flex;
  width: 100%;
  list-style: none;
  padding-top: 40px;
  margin-top: 70px;
  justify-content: flex-start; }
  .elementor-widget ul.page-numbers li,
  ul.page-numbers li {
    margin: 0; }
    .elementor-widget ul.page-numbers li .page-numbers,
    ul.page-numbers li .page-numbers {
      display: inline-block;
      padding: 12px 20px;
      text-decoration: none;
      background-color: transparent;
      border: 0;
      font-family: var(--secondary_font_family);
      transition: all 0.3s;
      font-weight: 700;
      line-height: 22px;
      font-size: 16px;
      color: var(--secondary_color); }
      .elementor-widget ul.page-numbers li .page-numbers:hover, .elementor-widget ul.page-numbers li .page-numbers.current,
      ul.page-numbers li .page-numbers:hover,
      ul.page-numbers li .page-numbers.current {
        background-color: var(--primary_color);
        border-color: transparent;
        color: #FFFFFF; }
      .elementor-widget ul.page-numbers li .page-numbers.dots,
      ul.page-numbers li .page-numbers.dots {
        background-color: transparent; }

.news-list-content {
  display: flex; }
  @media (max-width: 768px) {
    .news-list-content.image .news-list-item-image {
      margin-bottom: 0; }
      .news-list-content.image .news-list-item-image img {
        width: 100%; } }
  @media (max-width: 767px) {
    .news-list-content.image {
      flex-direction: column; }
      .news-list-content.image .news-list-item-image {
        margin-bottom: 20px; } }
  .news-list-content.no-image {
    flex-direction: column; }
    .news-list-content.no-image .no-image-news-list-post-categories ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      list-style: none; }
      .news-list-content.no-image .no-image-news-list-post-categories ul li {
        margin: 0 20px 20px 0;
        padding-left: 0; }
        .news-list-content.no-image .no-image-news-list-post-categories ul li a {
          font-size: 14px;
          line-height: 20px;
          font-weight: 500;
          font-family: var(--secondary_font_family);
          color: #FFFFFF;
          background-color: var(--primary_color);
          padding: 3px 8px; }
  .news-list-content .news-list-item-image {
    margin-right: 30px;
    position: relative; }
    @media (max-width: 768px) {
      .news-list-content .news-list-item-image {
        margin-bottom: 30px; } }
    .news-list-content .news-list-item-image .news-list-post-categories {
      position: absolute;
      top: 0;
      left: 0; }
      .news-list-content .news-list-item-image .news-list-post-categories ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        list-style: none; }
        .news-list-content .news-list-item-image .news-list-post-categories ul li {
          padding-left: 0;
          margin: 20px 0 0 20px; }
          .news-list-content .news-list-item-image .news-list-post-categories ul li a {
            font-size: 14px;
            line-height: 20px;
            font-weight: 500;
            font-family: var(--secondary_font_family);
            color: #FFFFFF;
            background-color: var(--primary_color);
            padding: 3px 8px; }
    .news-list-content .news-list-item-image img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
  .news-list-content .news-list-content-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .news-list-content .news-list-content-info .news-list-item-title {
      margin-bottom: 20px; }
      .news-list-content .news-list-content-info .news-list-item-title a {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -1%;
        font-weight: 700;
        font-family: var(--secondary_font_family);
        color: var(--secondary_variant_color); }
    .news-list-content .news-list-content-info .news-list-item-excerpt p {
      font-family: var(--body_font_family);
      font-weight: 400;
      font-size: 18px;
      line-height: 30px;
      color: #878995;
      margin-bottom: 20px; }
    .news-list-content .news-list-content-info a.news-list-item-btn {
      font-family: var(--secondary_font_family);
      font-weight: 700;
      font-size: 16px;
      line-height: 22px;
      color: var(--primary_color); }
      .news-list-content .news-list-content-info a.news-list-item-btn i {
        color: var(--primary_color); }
