.single-post .elementor-page-title {
  text-transform: uppercase;
}
.single-post .blog-img-text-section.elementor-section.container > .elementor-container {
  padding-left: 0;
}
@media screen and (max-width: 960px) {
  .single-post .blog-img-text-section.elementor-section.container > .elementor-container {
    padding-right: 0;
  }
}
.single-post .blog-img-text-section .elementor-container > :first-child.elementor-column {
  width: 55% !important;
}
.single-post .post-image.elementor-widget-image img {
  height: calc(100vh - 7rem);
  aspect-ratio: 1/1;
  object-position: center;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .single-post .post-image.elementor-widget-image img {
    
        height: auto;
		aspect-ratio: auto;
  }
.single-post .blog-img-text-section .elementor-container > :first-child.elementor-column {
  width: 100% !important;
}
}

.single-post .elementor-1155 .elementor-element.elementor-element-26f5f80 {
  width: 55% !important;
}