.why_choose_nuvia_section {
  display: flex;
  flex-direction: column;
}
.feature_slider .slick-track {
  display: flex;
}
.feature_column {
  width: 100%;
  padding: 0px 0.5208vw;
  max-width: 17.2222vw;
  height: auto;
  margin-bottom: 1.0417vw;
}
.feature_item {
  color: var(--white);
  background-color: #5c8791;
  padding: 1.1806vw 1.0417vw;
  text-align: center;
  border-radius: 0.5556vw;
  height: 100%;
  display: flex;
  width: auto;
  align-items: center;
  flex-shrink: 0;
  line-height: 1.6667vw;
  font-family: "Nexa Bold", sans-serif;
}
.why_choose_nuvia_section .slider_wrapper {
  width: 100%;
  display: flex;
  flex-shrink: 0;
}
.feature_slider,
.feature_slider .slick-list.draggable,
.feature_slider .slick-track {
  width: 100%;
}
.feature_item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (max-width: 1199px) {
  .feature_column {
    min-width: 228px;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .feature_item {
    padding: 18px 15px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 1.2;
  }
}
