.title-image-widget {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.title-image-widget .title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.title-image-widget .title {
    color: var(--Gray-Gray-700, #DDD);
    font-family: Urbanist, sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 115%;
    margin: 0;
}

.title-image-widget .subtitle {
    color: #999999;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0px;
    margin: 0;
}

.title-image-widget .subtitle p {
    margin: 0 0 30px 0;
}

.title-image-widget .subtitle p:last-child {
    margin-bottom: 0;
}

.title-image-widget .image-wrapper {
    width: 100%;
}

.title-image-widget .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .title-image-widget .title {
        font-size: 30px;
    }
    .title-image-widget .subtitle {
        font-size: 20px;
    }
}
