.search-header .image-logo {
    padding: 0px;
    position: relative;
    z-index: 1;
    width: 180px;
    max-height: none;
    padding-top: 12px !important;
}


.d-flex.align-items-center.search-header-bar {
    gap: 20px;
    display: flex;
    flex-direction: row-reverse;
}

.d-flex.flex-column.align-items-center.justify-content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

.d-flex.flex-column.align-items-center.justify-content-center h2 {
    text-align: center;
    line-height: 5.3rem;
}

.category-item h3, .card-item h3 {
    color: black;
}
.feature p {
    color: black;
}

@media (max-width: 767px) {
.search-header .image-logo {
    padding: 0px;
    position: relative;
    z-index: 1;
    width: 100% !important; 
    max-height: 50px !important;
    padding-top: 12px !important;
}
  .d-flex.align-items-center.search-header-bar {
    gap: 20px;
    display: flex;
    flex-direction: row
}
  .d-flex.flex-column.align-items-center.justify-content-center {
    padding: 30px;
}