#earth-alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

#earth-alert .fa.fa-exclamation-circle {
  font-size: 22px;
  padding-right: 5px;
}

#earth-alert a:after {
  content: ">";
  padding: 0 8px;
  font-size: 18px;
}

#earth-close {
    width: 50px;
    color: #2e2d29;
    font-size: 25px;
    font-family: sans-serif;
    font-weight: bold;
}

#earth-close:hover, #earth-close:focus {
  color: #000;
  cursor: pointer;
}

#earth-alert p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #990000;
}

@media screen and (max-width: 767px) {
  #earth-alert {
   padding: 15px;
  }
  #earth-alert a {
    font-size: 16px;
  }
  #earth-close {
  width: 20px;
  }
  #earth-alert .fa.fa-exclamation-circle {
  font-size: 18px;
  padding-right: 5px;
 }
}