:root {
  --white: white;
  --black: black;
}

.logo-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding-bottom: 5em;
  display: flex;
}

.body {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-info {
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.link-settings {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.link-text {
  color: #000;
  text-align: center;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.link-text.adres {
  font-size: 1.4em;
  line-height: 1.1em;
}

.link-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.link-icon {
  width: 1.8em;
  font-size: 1.1em;
  line-height: 20;
}

.link-2 {
  color: #070000;
  font-size: 24px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .logo-holder {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .link-text {
    font-size: 1.2em;
  }

  .link-text.adres {
    font-size: 1em;
  }

  .link-icon {
    width: 1.5em;
    font-size: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  .logo-holder {
    justify-content: center;
    align-items: center;
    width: 92%;
  }

  .body {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .link-text {
    font-size: 1.1em;
  }

  .link-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}
