.title-card .title-card__content {
    padding: 82px 50px;
    padding-top: 192px;
}

.title-card .title-card__picture {
    position: absolute;
    height: 436px;
    display: flex;
    z-index: -1;
    pointer-events: none;
    top: 69px;
    right: 90px;
}

.title-card .title-card__img {
    height: 100%;
    width: auto;
}

.title-card .title-card__heading {
    font-size: 52px;
    margin: 0;
}

.title-card .title-card__text {
    font-size: 24px;
    margin: 0;
    margin-top: 32px;
}

.title-card .glossary__title-search {
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    background-color: #fff;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #fff;
    transition: border 0.2s;
    margin-top: 37px;
    box-sizing: border-box;
}

.title-card .glossary__title-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #474766;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.title-card .glossary__title-input::placeholder {
    color: #808899;
}

.title-card .glossary__title-search:has(.glossary__title-input:focus) {
    border-color: #6598EF;
}

@media screen and (max-width: 1220px) {
    .title-card .glossary__title-search {
        margin-top: 196px;
    }

    .title-card .title-card__picture {
        top: unset;
        bottom: -90px;
        right: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .title-card .title-card__content {
        padding: 65px 40px;
        padding-top: 104px;
    }

    .title-card .title-card__heading {
        font-size: 40px;
    }

    .title-card .title-card__text {
        font-size: 20px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 700px) {
    .title-card .title-card__content {
        padding: 30px 16px;
        padding-top: 82px;
    }

    .title-card .title-card__picture {
        position: relative;
        bottom: unset;
        right: unset;
        width: calc(100% + 66px);
        height: unset;
        margin-top: -12px;
        margin-bottom: -18px;
    }

    .title-card .title-card__img {
        width: 100%;
        height: auto;
        position: relative;
        left: -30px;
        max-width: unset;
    }

    .title-card .glossary__title-search {
        margin-top: 0;
    }

    .title-card .glossary__title-input {
        font-size: 16px;
    }
}
