.elementor-59 .elementor-widget-image img,
.elementor-59 .elementskit-nav-logo img {
  width: auto !important;
  max-width: 220px !important;
  height: auto !important;
  max-height: 72px !important;
}

.lf-footer-cities {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 24px 28px;
  background: #182b55;
}

.lf-footer-cities p {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.lf-footer-cities ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lf-footer-cities a {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  text-decoration: none;
  pointer-events: auto;
}

@media (max-width: 767px) {
  .lf-footer-cities ul {
    grid-template-columns: 1fr;
  }
}

.tf-posts-wrap .tf-posts.list .blog-post {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}

.tf-posts-wrap .tf-posts.list .blog-post .featured-post {
  width: 40%;
  flex: 0 0 40%;
  margin-right: 30px;
}

.tf-posts-wrap .tf-posts.list .blog-post .featured-post img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.tf-posts-wrap .tf-posts.list .blog-post .content {
  width: calc(100% - 40%);
}

@media (max-width: 767px) {
  .tf-posts-wrap .tf-posts.list .blog-post {
    flex-direction: column;
  }

  .tf-posts-wrap .tf-posts.list .blog-post .featured-post,
  .tf-posts-wrap .tf-posts.list .blog-post .content {
    width: 100%;
    flex: none;
    margin-right: 0;
  }
}
