.site-footer {
  background: #25c3ee;
  padding: 18px 12px;
  text-align: center;
}

.site-footer p {
  margin: 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* tablet */
@media (max-width: 900px) {
  .site-footer {
    padding: 16px 10px;
  }

  .site-footer p {
    font-size: 16px;
  }
}

/* mobile */
@media (max-width: 600px) {
  .site-footer {
    padding: 14px 8px;
  }

  .site-footer p {
    font-size: 14px;
    line-height: 1.25;
  }
}