.block-vertical-market-selection {
  padding: 30px 48px 15px 48px;
}
.block-vertical-market-selection .wrap {
  margin: 0 auto;
  max-width: 100%;
  width: 1343px;
}

.vertical-market-selection-headline {
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 30px;
  text-align: center;
}

.vertical-market-selection-col {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.vertical-market-selection-card {
  background-color: #ffffff;
  border: 1px solid #C9C9C9;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.vertical-market-selection-card img {
  width: 100%;
}

.vertical-market-selection-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px 15px 20px 15px;
}
.vertical-market-selection-inner select {
  border-radius: 10px;
  border-width: 2px;
  color: #7C8BA2;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.48px;
  margin-top: auto;
  padding: 14px 10px;
  /* prevent highlight */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* prevent browser styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* custom arrow */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M12.3245 1.67222L6.92451 7.19401C6.80751 7.31365 6.653 7.375 6.5 7.375C6.347 7.375 6.19249 7.31365 6.07549 7.19401L0.6755 1.67222C0.4415 1.43294 0.4415 1.04489 0.6755 0.805608C0.909499 0.564797 1.29052 0.564797 1.52452 0.805608L6.5 5.89333L11.4755 0.805608C11.7095 0.564797 12.0905 0.564797 12.3245 0.805608C12.5585 1.04489 12.5585 1.43294 12.3245 1.67222Z" fill="%2300ADEF"/></svg>');
  background-position: right 16px center;
  background-size: auto 7.41px;
  background-repeat: no-repeat;
  /* padding for arrow */
  padding-right: 46px;
  /* appear as an interactable */
  cursor: pointer;
}

.vertical-market-selection-card-title {
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.3px;
  padding-bottom: 8px;
}