.region-select{
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: white;
  overflow: hidden;
  padding-top: 40px;
}
.region-select__header{
  width: 100%;
  text-align: center;
  color: #000;
  padding: 32px 0;
  font-size: 32px;
}
.country-flags{
    width: 50%;
}
@media screen and (min-width: 768px) {
    .region-select{
        padding-top: 20px;
    }
}