.block-featured-container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 77%;
    position: relative;
}
.block-featured-title {
    align-items: flex-end;
    background: transparent linear-gradient(180deg, #235B4E00 0%, #002531 100%) 0% 0% no-repeat padding-box;
    display: flex;
    height: 100%;
    padding: 22px;
    position: absolute;
    width: 100%; 
}
.block-featured-title span {
    color: #fff;
    font-size: 24px;
}