.itu-img-box-with-text {
    position: relative;
    width: 100%;
}

.itu-img-box___img {
    display: block;
    width: 100%;
    height: auto;
}

.itu-img-box___content {
    position: absolute;
    color: inherit;
    right: -16px;
    bottom: -24px;
    background-color: var(--primary, #F26900);
    padding: 20px 20px;
}

.itu-img-box___content :where(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 10px;
    color: var(--primary-foreground, oklch(18% .012 250));
}

.itu-img-box___content > :first-child {
    margin-top: 0;
}

.itu-img-box___content > :last-child {
    margin-bottom: 0;
}
.itu-img-box___content__title {
    text-transform: uppercase;
    letter-spacing: .01em;
    line-height: .98;
    color: var(--primary-foreground, oklch(18% .012 250));
    font-size: 1.875rem;
}
.itu-img-box__content__subtitle {
    text-transform: uppercase;
    color: color-mix(in oklab,var(--primary-foreground, oklch(18% .012 250))80%,transparent);
    font-size: 0.875rem;
    letter-spacing: -0.7px;
}


