* {
  font-size: 16px;
}

footer {
  background-color: #2c3e50;
  color: #ecf0f1;
  padding: 3rem 5rem;
}

#aboutUs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.shortcutLink {
  font-size: 0.9rem;
}

.small-nav {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.small-nav li {
  margin-right: 1.5rem;
}

.small-nav li a {
  text-decoration: none;
  color: #ecf0f1;
  font-size: 0.9rem;
  transition: color 0.3s;
}

.small-nav li a:hover {
  color: #3498db;
}

.company-card div {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.contact-info {
  display: flex;
  align-items: center;
}

.contact-info .contact-info-item {
  display: flex;
  align-items: center;
  margin-left: 3rem;
}

.contact-info .contact-info-item .contact-info-item-img {
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
}

.contact-info-item-text-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.contact-info-item-text-description {
  font-size: 0.9rem;
}

.copyright {
  font-size: 0.8rem;
  padding: 1rem 0;
  text-align: center;
  background-color: #233140;
  border-top: 1px solid #34495e;
}
