.image-title-text-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.image-title-text-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-title-text-content {
    position: absolute;
    transform: translate(0, 0);
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.image-title-text-title {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.image-title-text-desc {
    font-size: 28px;
    color: #333;
    margin: 0;
    line-height: 1.6;
}