footer {
  font-size: 16px;
  line-height: 24px;
}

.footer-col {
  text-align: center;
}

footer address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 0;
}

footer a, footer address span {
  display: block;
}

footer address span.company-name {
  font-weight: 400;
}

.footer__one-line {
  display: block;
}

.footer__one-line a, .footer__one-line span {
  display: inline;
}

.theme-tulip a {
  color: #BE4139;
  text-decoration: underline !important;
}

.footer-col.logo-col {
  display: none;
}

@media (min-width: 992px) {
  .footer-col {
    text-align: left;
    margin-bottom: 0;
    float: left;
    width: 25%;
  }

  .footer-col.copyright-col {
    text-align: right;
    width: 20%;
  }

  .footer-col.logo-col {
    display: block;
  }
}

@media (min-width: 1200px) {
  .footer-col {
    width: 20%;
  }

  .footer-col.copyright-col {
    width: 18%;
  }
}