.ioc-df908b65-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    line-height: 0;
    box-sizing: border-box;
}

.ioc-df908b65-card * {
    box-sizing: border-box;
}

.ioc-df908b65-card.ioc-df908b65-has-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ioc-df908b65-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.ioc-df908b65-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.ioc-df908b65-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    line-height: normal;
    z-index: 2;
}

.ioc-df908b65-content {
    display: flex;
    align-items: center;
    padding: 24px;
    width: 100%;
    z-index: 3;
}

.ioc-df908b65-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
    color: #ffffff;
}

.ioc-df908b65-icon img {
    display: block;
}

.ioc-df908b65-icon svg {
    display: block;
}

.ioc-df908b65-title {
    margin: 0;
    padding: 0;
    flex-grow: 1;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}
