.property-search-container { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px 50px; flex-grow: 1; } .property-search-bar-container { display: flex; flex-direction: row; justify-content: center; align-items: center; min-width: 300px; max-width: 600px; width: 100%; padding: 0px 20px; min-height: 50px; border: 0.5px solid rgba(0, 0, 0, 0.08); border-radius: 30px; box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px; background-color: white; flex-grow: 1; color: #252631; } .property-search-bar { border: 0px; padding: 10px; outline: none; font-family: Source Sans Pro; font-size: 15px; flex-grow: 1; } .property-search-filters-container { color: black; } .property-search-filter-item { color: gray; } .property-search-results-container { color: purple; } .property-search-result-card { color: orange }