.itu-img-box-with-text {
    position: relative;
    width: 100%;
}
.v2 .itu-img-box-with-text {
    border: solid 1px;
    border-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.1);
}

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

.ratio-1 .itu-img-box___img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
}

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

.v2 .itu-img-box___content {
    background-color: oklab(0.18 -0.00410424 -0.0112763 / 0.9);
    backdrop-filter: blur(8px);
    padding: 28px 32px;
    border: solid 1px;
    border-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.1);
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
}

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

.v2 .itu-img-box___content :where(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 12px;
    color: oklch(0.68 0.19 47);
    font-size: 60px;
}

.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;
}
.v2 .itu-img-box___content__title {
    margin-bottom: 12px;
    color: oklch(0.68 0.19 47);
    font-size: 60px;
}
.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;
}

.v2 .itu-img-box__content___subtitle {
    font-size: 16px;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 2.52px;
    color: oklch(0.7 0.012 250);
    text-transform: uppercase;
}





@media (max-width: 768px) {

    .v2 .itu-img-box___content :where(h1, h2, h3, h4, h5, h6) {
        font-size: 60px;
    }

}