@media screen and (max-width: 767px) {
   .text h1 { 
    font-size: 42px;
  }
  .w-100.img-two {
    position: relative;
    top: -8px;
    left: 0;
}
.w-100.img-three {
    position: relative;
    top: 0px;
    right: 0;
}
a.text-white.copy {
    text-decoration: none;
    float: none;
  }
  div.dropdown {
    position: relative;
    width: 280px;
}
.currency-switcher {
    position: relative;
    width: 280px;
    margin: auto;
}
}