h1, p {
  font-family: Arial;
}

ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

li {
  list-style: none;
}

.description, .contact-description {
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
}

.header, .contact {
  display: flex;
  justify-content: center;
  align-items:center;
  gap: 10px;
}

.contact-info {
  text-align: center;
}

.logo-jsa-rep, .logo-southwest-microwave, .logo-krytar, .logo-piconics {
  max-width: 240px;
  max-height: 80px;
}

.logo-southwest-microwave {
  width: 240px;
}
