.c4s-image-teaser-widget .image-teaser-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.6rem 0;
}

.c4s-image-teaser-widget .image-teaser-container img {
    display: block;
    width: auto;
    max-height: 530px;
}

.c4s-image-teaser-widget .gradient-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(11, 48, 55, 1) 100%);
    pointer-events: none;
}

.c4s-image-teaser-widget .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    color: #FFF;
    line-height: 1.2;
}

.c4s-image-teaser-widget .content div {
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 500;
    hyphens: auto;
}

@media (max-width: 991px) {
    .c4s-image-teaser-widget .content div {
        font-size: 40px;
    }
}

.c4s-image-teaser-widget .content a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 10px;
}

.c4s-image-teaser-widget .content a img {
    height: 25px;
    margin-left: 30px;
}