/* Astro book CSS */
@media screen and (max-width:640px) {
  .select-country {
    width: 100%;
  }
}