.recommendations-section-title {
	background: #f0f4fb;
	margin: 0 -8px 0 -8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.recommendations-title {
	padding-top: 120px;
	font-size: 45px;
	font-weight: 500;
}

.recommendations-subtitle {
	font-size: 22px;
	padding: 15px;
}

.box {
	padding: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	transition: 0.3s;
}

.search-bar {
	margin: 0 0 0 10px;
	padding: 10px 120px 10px 10px;
	border: 5px solid #263543;
	border-radius: 16px;
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 18px;
	transition: 0.3s;
	outline: none;
}

.search-bar:hover {
	padding: 10px 180px 10px 10px;
}
.fa-search {
	margin: 0 10px 0 0;
	padding: 10px 15px;
	border: 5px solid #263543;
	border-radius: 16px;
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fa-search:hover {
	cursor: pointer;
}
