.flow-finder-dropdown-wrapper select {
    min-width: 266px !important;
    min-height: 50px !important;
    border-radius: 10px !important;
    padding: 0px 20px !important;
  	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 12 12' fill='currentColor'><path d='M6 8.35L4.3 6.65l-.65.65L6 10l2.35-2.7-.65-.65z'/></svg>");
    background-repeat: no-repeat;
    background-position: 95% 35%;
}

.flow-finder-dropdown-wrapper {
    gap: 20px !important;
}

.big-wrapper {
  	display: flex;
    align-items: center;
    gap: 40px;
  	margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .big-wrapper {
	flex-direction: column;
	align-items: unset;
    gap: 0px;
  }
}
