body {
  padding: 6rem 2rem;
  font-size: 20px;
}

p {
  margin: 0;
}

.logo {
  max-width: 100%;
  margin-bottom: 2rem;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}


@media only screen and (min-width: 500px) {
  .wrapper {
    align-items: center;
    text-align: center;
  }
}

.wrapper-text {
  margin-bottom: 2rem;
  width: 100%;
}

.wrapper-contacts {
  display: flex;
  align-items: center
}

.contact {
  margin-right: 0.5rem;
}

.contact:last-of-kind {
  margin: 0;
}

.contact-text {
  font-size: 1.5rem;
}

.icon-link {
  height: 2rem;
  width: 2rem;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 2px;
}

.icon-link:hover {
  border-color: rgb(46, 53, 189);
}

.icon-link img {
  height: 2rem;
  width: 2rem;
}

.visually-hidden {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}