/* page specific theming */

/* typography */
ul.country-list {
  margin-left: 1.5em;
}
.section-header {
  font-weight: 800;
  font-size: 20px;
  margin: 30px 0;
}
.section-seperator {
  margin-right: 15px;
  margin-left: 15px;
  height: 2px;
}
h4.blue-text,
.country-list a {
  font-weight: 600;
}
/*regions */
.country-grid,
.normal-grid {
  margin-bottom: 15px;
}
.country-grid {
  background-image: url("../../images/country.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .red-btn {
    margin-bottom: 15px;
    width: 100%;
  }
  .country-list {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .country-list p {
    margin-left: 15px;
  }
  .country-list ul {
    margin-left: 45px;
  }
  .red-btn {
    padding:5px;
  }
}
