.c4s-icon-teaser-widget .icon-teaser-container {
    position: relative;
    width: 100%;
    min-height: 390px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    background: #ff7000;
}
.col-sm-4 .c4s-icon-teaser-widget .icon-teaser-container {
    aspect-ratio: 1;
}

.c4s-icon-teaser-widget .icon-teaser-container:hover {
    background: #3D4D4D;
}

.c4s-icon-teaser-widget .icon-teaser-container > img {
    display: block;
    width: auto;
    max-height: 390px;
}
.col-sm-4 .c4s-icon-teaser-widget .icon-teaser-container > img {
    max-height: 570px;
}

.c4s-icon-teaser-widget .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 48, 55, 70%);
}

.c4s-icon-teaser-widget:hover .overlay {
    background: #3D4D4D;
}

.c4s-icon-teaser-widget .icon {
    position: absolute;
    top: 50px;
    left: 35px;
    width: 100%;
    height: 100%;
}

.c4s-icon-teaser-widget .icon > img {
    max-height: 100px;
}

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

.c4s-icon-teaser-widget .content .end {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.c4s-icon-teaser-widget .content .end div {
    font-size: 30px;
    color: #FFF;
    font-weight: 500;
    hyphens: auto;
}

@media (min-width: 992px) {
    .c4s-image-teaser-widget .content div {
        font-size: 45px;
    }
}

@media (min-width: 1200px) {
    .c4s-icon-teaser-widget .content .end div {
        font-size: 35px;
    }
}

.c4s-icon-teaser-widget .content .end img {
    height: 40px;
}
