/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .overlay-title article.elementor-post{
   position: relative;
}
.overlay-title article.elementor-post .elementor-post__text{
   position: absolute;
   bottom: 0;
   padding: 20px 20px 0 35px;
}

.page .elementor-section .overlay-title article.elementor-post .elementor-post__thumbnail__link,
.single .elementor-section .overlay-title article.elementor-post .elementor-post__thumbnail__link{
   margin-bottom: 0;
}

.page .elementor-section .post-content-inset .elementor-post__text,
.single .elementor-section .post-content-inset .elementor-post__text{
   background-color: #ffffff;
   border-radius: 6px 6px 6px 6px;
   padding: 31px 31px 31px 31px;
   width: calc(100% - 30px*2);
   margin: auto;
   margin-bottom: 30px;
   margin-top: -70px;
   z-index: 1;
}

.accordion-spacing .elementor-accordion-item{
  margin-bottom: 10px;
}