@media screen and (max-width: 480px) {
  .res_pad_w {
    padding-top: 25px !important;
  }

  .headline {
    font-size: 24px !important;
  }

  .w_want_m_top {
    margin-top: 35px !important;
  }

  .explore_area_res {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .ex_pad_res {
    padding-bottom: 20px !important;
  }

  .know_us_button {
    padding: 6px 10px;
  }



  .flickity-enabled.is-draggable .flickity-viewport {
    height: 249px !important;
  }


  .border_bottom {
    width: 315px;
    margin-bottom: -1px;
    margin-top: -4px;
    border-bottom: 1px solid white !important;
  }

  .overview {
    position: relative;
    z-index: 9;
  }

  .m_bottom_res {
    margin-bottom: -112px;
    position: relative;
  }

  .pad {
    padding-top: 0px;
  }

  .select2-container .select2-selection--single {
    height: 38px !important;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 6px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
     height: 0px !important; 
    overflow: hidden;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    color:black;
}
}