.search-form-clear {
    position: absolute;
    font-size: 31px;
    right: 40px;
    top: 0;
    height: 34px;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 1200px) {
    div.title-search-result {
        width: calc(100% - 30px) !important;
    }
}