.global-map {
  padding: 75px 0; }
  .global-map h1 {
    color: #fff;
    font-size: 80px; }
  .global-map p {
    color: #fff;
    font-size: 20px; }

.country-add {
  padding: 100px;
  text-align: center; }
  .country-add figure {
    align-items: flex-end;
    display: flex;
    height: 220px;
    justify-content: center;
    width: 100%; }
    .country-add figure img {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      width: auto; }
  .country-add p {
    font-size: 25px;
    margin: 20px auto 0; }

@media (max-width: 1920px) {
  .global-map {
    padding: 40px 0; }
    .global-map h1 {
      font-size: 40px;
      line-height: 1.27; }
    .global-map p {
      font-size: 18px; } }

@media (max-width: 992px) {
  .country-add {
    padding: 0 0 50px; } }

@media (max-width: 767px) {
  .global-map {
    padding: 40px 0; }
    .global-map h1 {
      font-size: 30px;
      line-height: 1.27; }
    .global-map p {
      font-size: 16.5px; }
  .country-add {
    padding: 0; }
    .country-add p {
      font-size: 9px;
      line-height: 0; }
    .country-add a {
      font-size: 9px; }
    .country-add figure {
      height: 180px; }
      .country-add figure img {
        height: auto;
        width: 85%; } }
