#geoModal .modal-content {
  text-align: center;
}
#geoModal .modal-content .logo-home {
  margin: auto;
}
#geoModal .modal-content .logo-home .OrijenLogo {
  fill: #e0211b;
}
#geoModal .modal-content .modal-header .btn-close {
  margin-left: -28px;
}

.geo-header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
}

.geo-flag-container {
  display: flex;
  padding-top: 30px;
}

.geo-flag {
  padding: 10px 50px 30px;
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .geo-flag {
    padding: 10px 20px 30px;
  }
}
.geo-flag img {
  width: 100%;
}
.geo-flag .geo-country-name {
  font-weight: 600;
  padding-top: 15px;
}
.geo-flag a:hover {
  text-decoration: none;
}
.geo-flag:first-of-type {
  border-right: 1px solid #eee;
}

.geo-view-all-link {
  font-weight: 600;
  padding: 25px 0 34px;
}
