/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.feature-content-wrapper {
 max-width: 100%; 
}

.body-wrapper .content-wrapper, .body-wrapper .page-center {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
}

div.blog-header__inner {
  max-width: 80vw;
}

h1.blog-header__title {
  font-size: 2.5rem;
  margin-bottom: 0;
}

div.feature-column:nth-child(2) {
    background-color: #f2efdc;
    padding: 46px 30px 30px 30px;
    height: fit-content;
}

.blog-recent-posts__title {
 font-size: 22px; 
}

.image-text-section {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-items: stretch;
    justify-content: center;
}

div.blog-post {
  width: 80vw;
  max-width: 80vw;
  margin: 0;
  padding: 0 0 3.3rem 0;
}

.image-text-section.project-features, .project-body {
    max-width: 1280px;
    margin: 3% auto;
}

.blog-post__tags {
  max-width: 1280px;
  margin: auto;
  padding 0 1%;
}


.blog-header__inner {
    position: relative;
    z-index: 2; 
    color: #333; 
    padding: 20px; 
}


.blog-header__subtitle {
  margin: 1rem 0 !important; 
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
 .blog-post__tags {
  max-width: 90vw;
} 
}

.splide__arrow--prev svg, .splide__arrow svg {
  margin-top: -0.1rem !important;
}