.featured-post {
    min-height: 450px;
    width: 100%;
}

.featured-post img {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -2;
}

.featured-post__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    background-color: rgba( 0, 0, 0, 0.3);
}

.featured-post__container {
    max-width: 1140px;
    min-height: 450px;
    margin: 0 auto 40px auto;
    padding: 0 10px;
    display: flex;
    justify-content: start;
    align-items: end;
}

.featured-post .elementor-heading-title {
    margin-bottom: 15px !important;
    color: #FFFFFF;
    font-family: var(--e-global-typography-e0afea0-font-family), Sans-serif;
    font-size: var(--e-global-typography-e0afea0-font-size);
    font-weight: var(--e-global-typography-e0afea0-font-weight);
    line-height: var(--e-global-typography-e0afea0-line-height);
    letter-spacing: var(--e-global-typography-e0afea0-letter-spacing);
    word-spacing: var(--e-global-typography-e0afea0-word-spacing);
}

.featured-post .elementor-excerpt {
    margin-bottom: 25px;
    max-width: 650px;
    color: #FFFFFF !important;
}

.featured-post a {
    padding: 10px 80px;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    fill: #FFFFFF;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .featured-post {
        min-height: 350px;
    }

    .featured-post__container {
        min-height: 350px;
        margin: 0 auto 40px auto;
        padding: 0 2em;
    }
}

@media screen and (max-width: 768px) {
    .featured-post {
        min-height: 300px;
    }

    .featured-post__container {
        min-height: 300px;
        padding: 0 1em;
    }
}