.title-search {
    font-size: 27px;
    font-weight: bold;
    color: #dc3545;
    /* Bootstrap's text-danger color */
}

.logo-search {
    width: 220px;
    height: auto;
}

.search-header h2 {
    font-size: 24px;
    color: #343a40;
    /* Bootstrap's text-dark color */
}

@media (max-width: 767.98px) {
    .title-search {
        font-size: 20px;
    }

    .logo-search {
        width: 180px;
        margin-bottom: 20px;
    }

    .search-header h2 {
        font-size: 20px;
    }
}