.select2-container--custom-select {
   margin-bottom: 8px;
   width: 338px !important;
}
.select2-container--custom-select .select2-selection {
   position: relative;
}
.select2-container--custom-select.select2-container--open .select2-selection__arrow {
   transform: translateY(-50%) scale(1, -1);
}
.select2-container--custom-select .select2-selection__arrow {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.5976 1.36328L9.65036 8.99475L0.703125 1.36328' stroke='black' stroke-width='1.57892'/%3e%3c/svg%3e");
   background-repeat: no-repeat;
   background-position: center;
   height: 12px;
   position: absolute;
   right: 12px;
   top: 50%;
   transform: translateY(-50%);
   width: 22px;
}
.select2-container--custom-select .select2-selection,
.select2-container--custom-select .select2-selection__rendered {
   display: block;
   height: 51px;
}
.select2-container--custom-select .select2-selection__rendered {
   background-color: #fff;
   border-radius: 4px;
   color: #212121;
   font-family: 'Founders Grotesk', sans-serif;
   font-size: 14px;
   font-weight: 500;
   line-height: 23px;
   padding: 13px 19px !important;
   text-transform: uppercase;
}
.select2-container--custom-select .select2-dropdown {
   border: none;
   border-radius: 4px;
   margin-top: -5px;
   padding-top: 12px;
}
.select2-container--custom-select .select2-search__field {
   border: 1px solid #c1c1c1;
   border-radius: 4px;
   height: 40px;
   font-family: "Founders Grotesk", sans-serif;
   font-size: 14px;
   font-weight: 500;
   line-height: 23px;
   margin-left: 12px;
   margin-right: 12px;
   padding-left: 12px;
   padding-right: 12px;
   outline: 0;
   width: calc(100% - 24px);
}
.select2-container--custom-select .select2-results__option {
   color: #212121;
   font-family: 'Founders Grotesk', sans-serif;
   font-size: 14px;
   font-weight: 500;
   line-height: 23px;
   padding: 8px 18px;
}
.select2-container--custom-select .select2-results__option.select2-results__option--selected,
.select2-container--custom-select .select2-results__option:hover {
   background-color: #ebebeb;
}
.select2-container--custom-select .select2-results__option:last-child {
   border-radius: 0 0 4px 4px;
}

@media (max-width: 575px) {

   .select2-container--custom-select {
      width: 294px !important;
   }

   .select2-container--custom-select .select2-selection,
   .select2-container--custom-select .select2-selection__rendered {
      height: 56px;
   }

   .select2-container--custom-select .select2-selection__rendered {
      padding: 16px 19px !important;
   }
}