.wrap-item {
    margin-top: -108px;
    /* z-index: 1; */
    position: relative;
    padding-top: 0;
}
.v-list__filter {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  padding: 2rem;
}
.v-list__filter .form-select {
  border: 1px solid rgba(3,75,177,0.3);
  border-radius: 100px;
  padding: clamp(5px, 2vw, 15px) 22px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23034BB1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: calc(100% - 26px) 50%;
  cursor: pointer;
  margin: 0;
}

.v-list__card {
  text-decoration: none;
  color: #304bb1;
  border-color: #b4c9e8 !important;
}

.v-list__card:hover .v-list__link {
  text-decoration: underline;
}

.v-list__address {
  color: #000;
}

.v-list__link {
  font-weight: 700;
  color: inherit;
  min-width: unset;
}

@media screen and (min-width: 768px) {
  .v-list__filter .form-select {
    flex: 1 1;
  }
}