h1{
	margin-bottom:10px;
}
.filter_row{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 10px;
}
.filter_row select{
	display: block;
    font-family: "Inter Tight", sans-serif;
	font-weight: 500;
	font-size: 21px;
	line-height: 145%;
	color: #fff;
	border: 1px solid #fff;
    border-radius: 50px;
    padding: 6px 15px;
	padding-right:55px;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #1966E3;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L7.5 8L13 2' stroke='white' stroke-width='2.1197' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

@media screen and (max-width:600px){
	.filter_row select{
		font-size:11px;
		padding-right: 35px;
	}
}