main#primary {
    padding: 4em 0em 8em;
    max-width: 1140px;
}
@media screen and (max-width: 1140px) {
    main#primary {
        padding-left: 2em;
        padding-right: 2em;
    }
}
@media screen and (max-width: 768px) {
    main#primary {
        padding-top: 2em;
        padding-left: 1em;
        padding-right: 1em;
        padding-bottom: 4em;
    }
    
}
article.post {
    margin-bottom: 4em;
}
.single-post.elementor-kit-5 h1 {
    font-size: 40px;
    margin-bottom: 10px;
}
.single-post.elementor-kit-5 h2 {
    font-size: 24px;
    line-height: 1.4em;
}
.ab_banner {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em 2em;
    margin-bottom: 3em;
    padding-bottom: 2em;
    border-bottom: 1px solid #D2D2D7;
}
.ab_banner .post-featured-image,
.ab_banner .banner-content{
    flex: 1 0 100%;
}
.ab_banner .post-featured-image,
.ab_banner .post-featured-image img{
    aspect-ratio: 16/9;
}
.ab_banner .post-featured-image img{
    object-position: center;
    max-height: 100%;
}
.post-featured-image {
    border-radius: 16px;
    border: 1px solid #ccc;
    overflow: hidden;
}