section#search-content {
	display: flex;
	flex-direction: row;
}

#search-content ul {
	font-size: 16px;
	font-weight: 700;
	padding-inline-start: 30px;
	margin-block-end: 8px;
	margin-block-start: 8px;
}

#search-content p {
	font-size: 24px;
	font-weight: 400;
	text-align: justify;
	color: white;
	line-height: 31px;
	margin-block-start: 0;
	margin-block-end: 20px;
}

#search-content input {
	border-radius: 15px;
	height: 44px;
	font-size: 16px;
	width: 100%;
	padding: 0 10px 0 20px;
	outline-style: none;
}

#search-content .column {
	display: flex;
}

#search-content .right-col {
	background: url(../../img/home-rt.png) repeat;
	flex-direction: column;
	padding: 0 25px 0 25px;
}

#search-content .news {
	display: flex;
	flex: row;
	justify-content: center;
	margin-bottom: 20px;
}

#search-content .search-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#search-content .go-button {
	color: #ffffff;
	font-size: 16px;
	background-color: #3f51b5;
	cursor: pointer;
	width: 60px;
	padding: 10px 5px;
	border-radius: 15px;
	text-align: center;
	margin-left: 20px;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto; /* prevent horizontal scrollbar */
	overflow-x: hidden; /* add padding to account for vertical scrollbar */
}