.search-empty__wrap {
    margin: 0 auto;
    padding: 6.5rem 0 10.375rem;
}

.search-empty__content {
    max-width: 44.375rem;
    margin: 0 auto;
    text-align: center;
}

.search-empty__icon {
    width: 6.5rem;
    height: 6.5rem;
}

.search-empty__icon svg {
    width: 100%;
    height: 100%;
}

.search-empty__title {
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgba(20, 20, 43, 0.48);
}

.search-empty__title span {
    font-weight: 600;
    color: #696977;
}

.search-empty__desc {
    margin-top: 0.25rem;
    font-size: 1.125rem;
    line-height: 2rem;
    color: rgba(20, 20, 43, 0.32);
}

@media (max-width: 640px) {
    .search-empty__wrap {
        padding: 2rem 0 5.187rem;
    }
}