			.search_form {
				position: relative;
			}
			
				.search_title {
					text-transform: uppercase;
					font-weight: 500;
					font-family: 'Montserrat', sans-serif;
					margin-bottom: 8px;
					display:inline-block;
					
					font-display: swap;
					
					
				}
				
				.search_field {
					display: inline-block;
					width: 244px;
					background: #e5e5e5;
					height: 45px;
					border: 0;
					padding: 0;
					padding-left: 10px;
					vertical-align: top;
					margin-right: -3px;
					font-family: 'Lato', sans-serif;
					font-display: swap;
					font-size: 16px;
					font-weight: 300;
					border-radius: 0;
				}
	
				@media screen and (min-width : 320px) and (max-width : 479px) {
					.search_field { }
				}
				@media screen and (min-width : 480px) and (max-width : 767px) {
					.search_field { width: 404px; }
				}
				@media screen and (min-width : 768px) and (max-width : 992px) {
					.search_field { }
				}

				
				.search_btt {
					display: inline-block;
					background: #fe8524;
					color: rgba(255,255,255,1);
					width: 45px;
					height: 45px;
					vertical-align: top;
					line-height: 45px;
					text-align: center;
				}
			
			.tags {
				position: relative;
				margin-top: 37px;
			}
			
				.tags_title {
					text-transform: uppercase;
					font-weight: 500;
					font-family: 'Montserrat', sans-serif;
					
					font-display: swap;
				}
			
				.tags_text {
					margin-bottom: 16px;
				}
			
				.tags_cont {
				}
				
					.tag {
						display: inline-block;
						color: rgba(254,133,36,1);
						cursor: pointer;
					}
					
						.tag_link {
							color: rgba(57,57,57,1);
							text-decoration: none;
							transition: color 0.5s linear;
   						-webkit-transition: color 0.5s linear;
   						-moz-transition: color 0.5s linear;
						}
					
						.tag_link:hover {
							color: rgba(254,133,36,1);
						}
						
						.tag span {
							display: inline-block;
							padding: 0 5px 5px 0;
						}
						
			#banner_garden {
				position: relative;
				width: 300px;
				height: 278px;
				margin-top: 20px;
			}